aboutsummaryrefslogtreecommitdiff
path: root/mail/qmail-auditor
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:33:29 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:33:29 +0000
commit3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc (patch)
tree92d4e44e25fb88a61a380cd3ee9dacf24fca37c4 /mail/qmail-auditor
parent1261ab9470d3b27700cd81cd7020d4b3af86b962 (diff)
Notes
Diffstat (limited to 'mail/qmail-auditor')
-rw-r--r--mail/qmail-auditor/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/qmail-auditor/Makefile b/mail/qmail-auditor/Makefile
index a0516e6a5bfc..31ed6285333e 100644
--- a/mail/qmail-auditor/Makefile
+++ b/mail/qmail-auditor/Makefile
@@ -18,16 +18,14 @@ GNU_CONFIGURE= yes
SUB_FILES= pkg-message
SUB_LIST= QMAIL_PREFIX=${QMAIL_PREFIX}
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|g' \
${WRKSRC}/src/Makefile.in
post-install:
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>