aboutsummaryrefslogtreecommitdiff
path: root/security/gsasl
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-03 14:09:17 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-03 14:09:17 +0000
commit6b4de2698636ccc6f6b7a341e63f08d05a73cb01 (patch)
treeaa7d1cdb860adb0016f7fed0c6f208abcb26070a /security/gsasl
parent846825312aa2fb296f9c628ea6423c337b94fc52 (diff)
downloadports-6b4de2698636ccc6f6b7a341e63f08d05a73cb01.tar.gz
ports-6b4de2698636ccc6f6b7a341e63f08d05a73cb01.zip
- Switch to options helpers
- Add some NO_ARCHes - Fix and unsilence some installation commands - Other minor fixes Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=395960
Diffstat (limited to 'security/gsasl')
-rw-r--r--security/gsasl/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile
index 3ee50d437c39..be464c955cef 100644
--- a/security/gsasl/Makefile
+++ b/security/gsasl/Makefile
@@ -34,15 +34,13 @@ post-patch:
@${REINPLACE_CMD} -e '/^en@/d' \
${WRKSRC}/lib/po/LINGUAS ${WRKSRC}/po/LINGUAS
-.include <bsd.port.options.mk>
-
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgsasl.so
-.if ${PORT_OPTIONS:MDOCS}
+
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR}/reference
- @${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/doc/reference/html/* \
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/reference/html/* \
${STAGEDIR}${DOCSDIR}/reference
-.endif
.include <bsd.port.mk>