diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-03-28 07:18:33 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-03-28 07:18:33 +0800 |
commit | fa3f4993eb7dd8cbcb74a4c6eea680b8db74864a (patch) | |
tree | 4658846ed1f3e53e5d10ddb801b1bc3ab40625a5 | |
parent | e0dc7b333961f3e9fc786ff3f36b1276fc983ba5 (diff) | |
download | freebsd-ports-gnome-fa3f4993eb7dd8cbcb74a4c6eea680b8db74864a.tar.gz freebsd-ports-gnome-fa3f4993eb7dd8cbcb74a4c6eea680b8db74864a.tar.zst freebsd-ports-gnome-fa3f4993eb7dd8cbcb74a4c6eea680b8db74864a.zip |
- Update to support ja-p5-Mail-SpamAssassin slave port
- No PORTREVISION BUMP
PR: ports/165765
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp>
Feature safe: yes
-rw-r--r-- | mail/p5-Mail-SpamAssassin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index 9f8ac6059e2b..d7a04f9fb401 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -206,7 +206,7 @@ pre-su-install: .endif @${INSTALL_DATA} ${WRKSRC}/spamc/libspamc.h ${PREFIX}/include -post-install: +post-install:: .if defined (WITH_SPAMC) @${STRIP_CMD} ${PREFIX}/bin/spamc .endif |