aboutsummaryrefslogtreecommitdiff
path: root/mail/qmail-remove
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-remove
parent1261ab9470d3b27700cd81cd7020d4b3af86b962 (diff)
downloadports-3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc.tar.gz
ports-3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc.zip
Notes
Diffstat (limited to 'mail/qmail-remove')
-rw-r--r--mail/qmail-remove/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail-remove/Makefile b/mail/qmail-remove/Makefile
index 559e6d067f5a..c4d8798e7c2f 100644
--- a/mail/qmail-remove/Makefile
+++ b/mail/qmail-remove/Makefile
@@ -16,6 +16,8 @@ PORTDOCS= INSTALL LICENSE README
USES= shebangfix
SHEBANG_FILES= populate.pl
+OPTIONS_DEFINE= DOCS
+
do-build:
@(cd ${WRKSRC} ;\
${ECHO_MSG} "Compiling ${PORTNAME}:" ; \
@@ -26,11 +28,9 @@ do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
@${INSTALL_SCRIPT} ${WRKSRC}/populate.pl \
${STAGEDIR}${PREFIX}/bin/populate-qmail-queue.pl
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>