diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-02 22:33:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-02 22:33:37 +0800 |
commit | 2cbd09f912f78415d4c42c70a8c74fddd2f016d6 (patch) | |
tree | 149ccf6e15957795fd2e787c27cc0cfc8cefd0bd /mail/spamcup | |
parent | 306667c1f8b69751d430df6eaa3672b32817341a (diff) | |
download | freebsd-ports-gnome-2cbd09f912f78415d4c42c70a8c74fddd2f016d6.tar.gz freebsd-ports-gnome-2cbd09f912f78415d4c42c70a8c74fddd2f016d6.tar.zst freebsd-ports-gnome-2cbd09f912f78415d4c42c70a8c74fddd2f016d6.zip |
- Stage support
- Convert few ports to USES
Diffstat (limited to 'mail/spamcup')
-rw-r--r-- | mail/spamcup/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/spamcup/Makefile b/mail/spamcup/Makefile index 084835adc8eb..623096d309c8 100644 --- a/mail/spamcup/Makefile +++ b/mail/spamcup/Makefile @@ -24,5 +24,4 @@ PLIST_FILES= bin/spamcup.pl ${SITE_PERL_REL}/spamcup.pl \ PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/Spamcup -NO_STAGE= yes .include <bsd.port.mk> |