diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spambnc/Makefile | 4 | ||||
-rw-r--r-- | mail/spambnc/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/spambnc/Makefile b/mail/spambnc/Makefile index da645a6c8d37..ad6182a46cc7 100644 --- a/mail/spambnc/Makefile +++ b/mail/spambnc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= spambnc -PORTVERSION= 20010118 +PORTVERSION= 20010310 CATEGORIES= mail MASTER_SITES= http://www.spambouncer.org/ DISTFILES= spambnc.tar.Z index.shtml @@ -32,6 +32,6 @@ do-install: .endif post-install: - ${SED} -e 's,/usr/local,${PREFIX},g' ${PKGMESSAGE} + @${SED} -e 's,/usr/local,${PREFIX},g' ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/mail/spambnc/pkg-plist b/mail/spambnc/pkg-plist index 707010bc9db9..80a2000e7d71 100644 --- a/mail/spambnc/pkg-plist +++ b/mail/spambnc/pkg-plist @@ -6,6 +6,6 @@ share/spambnc/sb-new.rc share/spambnc/sb-old.rc share/spambnc/sb.rc share/spambnc/spam -share/doc/spambnc/documentation.html +%%PORTDOCS%%share/doc/spambnc/documentation.html @dirrm share/spambnc -@dirrm share/doc/spambnc +%%PORTDOCS%%@dirrm share/doc/spambnc |