--- dports/mail/maildrop/Portfile	2006-11-02 00:32:31.000000000 +0000
+++ dports-devel/mail/maildrop/Portfile	2007-03-30 09:24:08.000000000 +0000
@@ -16,3 +16,11 @@
 configure.env   CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
 depends_lib     port:pcre
 
+variant no_maildirquota_bin {
+  post-destroot {
+    delete ${destroot}${prefix}/bin/deliverquota
+    delete ${destroot}${prefix}/share/man/deliverquota.8.gz
+    delete ${destroot}${prefix}/bin/maildirmake
+    delete ${destroot}${prefix}/share/man/maildirmake.1.gz
+  }
+}

