diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-03-11 15:01:16 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-03-11 15:01:16 +0800 |
commit | fed677f31d43a77ad8ec48e66f328c033168b439 (patch) | |
tree | 3e7a1559f51f2d25cc0519f97b093be2534081fe | |
parent | 0d5a30d6e64a9815a9c52075233a5cda509e9ab0 (diff) | |
download | freebsd-ports-gnome-fed677f31d43a77ad8ec48e66f328c033168b439.tar.gz freebsd-ports-gnome-fed677f31d43a77ad8ec48e66f328c033168b439.tar.zst freebsd-ports-gnome-fed677f31d43a77ad8ec48e66f328c033168b439.zip |
- Update to lastest version
- Add %%PORTDOCS%% to pkg-plist
PR: 25667
Submitted by: maintainer
-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 |