diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2016-02-13 09:03:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2016-02-13 09:03:15 +0000 |
commit | 15ff0ca9668ff4ece44259bf056f7a752b71637b (patch) | |
tree | 86ec34cb84bd753569b60192622b3a9d54505faf /mail/spamilter | |
parent | - Fix build with boost 1.60 (diff) |
- split libmilter from sendmail into a seperate port
- bump PORTREVISION
Submitted by: matthew (Matthew Seaman)
Notes
Notes:
svn path=/head/; revision=408774
Diffstat (limited to 'mail/spamilter')
-rw-r--r-- | mail/spamilter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index 40168fb51f8b..7eb18da2f64e 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -2,7 +2,7 @@ PORTNAME= spamilter PORTVERSION= 0.60 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.wanlink.com/spamilter/download/ @@ -69,9 +69,9 @@ post-install: .for i in ${BINFILES} ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin/ .endfor -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCSFILES:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ -.endif .include <bsd.port.mk> |