aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-10-19 19:38:41 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-10-19 19:38:41 +0000
commit98f378cab9efd849910ee87a28cf2ff48050ba38 (patch)
tree1186963321c7d39e604cb206bd79f2b35278a97b
parentc50c9cf8336e670309e31509116157ef8384c950 (diff)
downloadports-98f378cab9efd849910ee87a28cf2ff48050ba38.tar.gz
ports-98f378cab9efd849910ee87a28cf2ff48050ba38.zip
MFH: r371176
- Un-break build for non-standard OPTION VCHKPW PR: 193851 Submitted by: uffe@uffe.org (maintainer) Approved by: portmgr (zi)
Notes
Notes: svn path=/branches/2014Q4/; revision=371206
-rw-r--r--security/cvm/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/security/cvm/Makefile b/security/cvm/Makefile
index 614fe9eed237..11d9a6e639ed 100644
--- a/security/cvm/Makefile
+++ b/security/cvm/Makefile
@@ -24,17 +24,19 @@ BGLIBS_LIB= ${LOCALBASE}/lib/bglibs
DOCS= NEWS README TODO *.html
+ALL_TARGET= all
+
OPTIONS_DEFINE= DOCS VCHKPW
+
OPTIONS_SUB= yes
+
VCHKPW_DESC= Compile cvm-vchkpw
-VCHKPW_BUILD_DEPENDS+= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
+VCHKPW_ALL_TARGET= cvm-vchkpw
-.include <bsd.port.options.mk>
+VCHKPW_BUILD_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
-.if ${PORT_OPTIONS:MVCHKPW}
-ALL_TARGET+= cvm-vchkpw
-.endif
+.include <bsd.port.options.mk>
do-configure:
${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home