diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-03 14:09:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-03 14:09:17 +0000 |
commit | 6b4de2698636ccc6f6b7a341e63f08d05a73cb01 (patch) | |
tree | aa7d1cdb860adb0016f7fed0c6f208abcb26070a /security/gsasl/Makefile | |
parent | - Cleanup, update MASTER_SITES (diff) |
- 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/Makefile')
-rw-r--r-- | security/gsasl/Makefile | 10 |
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> |