diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-03 22:09:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-03 22:09:17 +0800 |
commit | b9560a010dde5c10d0575a15a5862a211627e3ba (patch) | |
tree | aa7d1cdb860adb0016f7fed0c6f208abcb26070a /security/cvm | |
parent | be01f73a1cd89e19d5796464e935cc3cb8eb5033 (diff) | |
download | freebsd-ports-gnome-b9560a010dde5c10d0575a15a5862a211627e3ba.tar.gz freebsd-ports-gnome-b9560a010dde5c10d0575a15a5862a211627e3ba.tar.zst freebsd-ports-gnome-b9560a010dde5c10d0575a15a5862a211627e3ba.zip |
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes
Approved by: portmgr blanket
Diffstat (limited to 'security/cvm')
-rw-r--r-- | security/cvm/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/cvm/Makefile b/security/cvm/Makefile index a0498c2db8b3..4e9262aba352 100644 --- a/security/cvm/Makefile +++ b/security/cvm/Makefile @@ -36,8 +36,6 @@ VCHKPW_ALL_TARGET= cvm-vchkpw VCHKPW_BUILD_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail -.include <bsd.port.options.mk> - do-configure: ${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home ${ECHO_CMD} "${STAGEDIR}${PREFIX}/bin" > ${WRKSRC}/conf-bin @@ -52,9 +50,9 @@ post-install: .for l in command local module qmail sasl sql udp v1client v2client ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}-${l}.so* .endfor -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |