aboutsummaryrefslogtreecommitdiff
path: root/mail/xf-spf
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-27 16:06:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-27 16:06:02 +0000
commitef030b5b2dacd297de81056876cbea1ad3d9e205 (patch)
tree2e25cf8aeb016ec8232ceb329727c2f24722afcc /mail/xf-spf
parent245477209461f7ded48816ba921d30ca2efde0ba (diff)
downloadports-ef030b5b2dacd297de81056876cbea1ad3d9e205.tar.gz
ports-ef030b5b2dacd297de81056876cbea1ad3d9e205.zip
Notes
Diffstat (limited to 'mail/xf-spf')
-rw-r--r--mail/xf-spf/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/xf-spf/Makefile b/mail/xf-spf/Makefile
index 95289edc18d1..09618ed9824f 100644
--- a/mail/xf-spf/Makefile
+++ b/mail/xf-spf/Makefile
@@ -14,6 +14,7 @@ LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2
USES= qmail
USE_BZIP2= yes
+USE_GCC= any
SUB_FILES= pkg-message
SUB_LIST= QMAIL_PREFIX=${QMAIL_PREFIX}
@@ -21,13 +22,13 @@ PLIST_SUB= QMAIL_PREFIX=${QMAIL_PREFIX}
PORTDOCS= README TODO CHANGELOG COPYRIGHT
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>