diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-10 22:37:39 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-10 22:37:39 +0000 |
commit | d39e175d47585b9cc1d36a49774dfe2ee4b31e9e (patch) | |
tree | 92b54444fff35392303ed68ce61afdaebca172c4 /mail/mboxstats | |
parent | 60a366e2f720f7ce2364b5b9d33c7058aee5829b (diff) | |
download | FreeBSD-ports-d39e175d47585b9cc1d36a49774dfe2ee4b31e9e.zip FreeBSD-ports-d39e175d47585b9cc1d36a49774dfe2ee4b31e9e.tar.gz |
Remove USE_REINPLACE from ports starting with M
Diffstat (limited to 'mail/mboxstats')
-rw-r--r-- | mail/mboxstats/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mboxstats/Makefile b/mail/mboxstats/Makefile index 96510e4..8b6d994 100644 --- a/mail/mboxstats/Makefile +++ b/mail/mboxstats/Makefile @@ -16,7 +16,6 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Creates top-10 lists of the messages in a mailbox PLIST_FILES= bin/mboxstats -USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 alpha .include <bsd.port.pre.mk> |