aboutsummaryrefslogtreecommitdiff
path: root/mail/xf-spf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/xf-spf/Makefile')
-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>