diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2015-11-12 11:16:30 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2015-11-12 11:16:30 +0000 |
commit | 01d64fe98c54181039aea5ca67c8658c14bd212b (patch) | |
tree | 7c187f735ab9d1c95fad04ea334d0555033735c5 /security/cyrus-sasl2 | |
parent | f3516110fd31869ae10f488b0a9405f98bb16256 (diff) |
Notes
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index b521e4e85e6c..c93b0a57b10b 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -155,8 +155,7 @@ post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${PERL} -wpi.bak \ -e 's/\$$\*\.Tpo/$$&.$$./g' -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/html .for f in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} @@ -170,6 +169,5 @@ post-install: .endfor @${INSTALL_DATA} ${FILESDIR}/Sendmail.README \ ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.post.mk> |