aboutsummaryrefslogtreecommitdiff
path: root/mail/sentinel
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-03 16:37:31 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-03 16:37:31 +0000
commitfbe0f96a2509487ca7747612978ff26147704584 (patch)
tree939ee3e57b75483fbe6ff8296e85ba2c7beb09f5 /mail/sentinel
parent8098fdb72dfdb1dfe4047e0dd934c3219a077fac (diff)
downloadports-fbe0f96a2509487ca7747612978ff26147704584.tar.gz
ports-fbe0f96a2509487ca7747612978ff26147704584.zip
- Switch to options helpers
- Add some NO_ARCHes - Fix and unsilence some installation commands Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=396018
Diffstat (limited to 'mail/sentinel')
-rw-r--r--mail/sentinel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sentinel/Makefile b/mail/sentinel/Makefile
index 2bce5acd66cd..cb94b0a9b293 100644
--- a/mail/sentinel/Makefile
+++ b/mail/sentinel/Makefile
@@ -35,10 +35,10 @@ do-install:
@${MKDIR} ${STAGEDIR}/var/spool/sentinel
${INSTALL_DATA} ${FILESDIR}/000.sentinel.sh ${STAGEDIR}${PREFIX}/etc/rc.d/sentinel.sh-dist
${INSTALL_DATA} ${WRKSRC}/sentinel.cf.SAMPLE ${STAGEDIR}${PREFIX}/etc/sentinel.cf.dist
-.if ${PORT_OPTIONS:MDOCS}
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.FreeBSD ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.post.mk>