diff options
author | dinoex <dinoex@FreeBSD.org> | 2016-02-13 17:03:15 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2016-02-13 17:03:15 +0800 |
commit | 97885bb98da5ae81477bce0c100b17a436f0a815 (patch) | |
tree | 86ec34cb84bd753569b60192622b3a9d54505faf /mail/spamilter | |
parent | 4a98e5d35ec9dd324812a4092147c7aed18662cb (diff) | |
download | freebsd-ports-gnome-97885bb98da5ae81477bce0c100b17a436f0a815.tar.gz freebsd-ports-gnome-97885bb98da5ae81477bce0c100b17a436f0a815.tar.zst freebsd-ports-gnome-97885bb98da5ae81477bce0c100b17a436f0a815.zip |
- split libmilter from sendmail into a seperate port
- bump PORTREVISION
Submitted by: matthew (Matthew Seaman)
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> |