svn commit: r371176 - head/security/cvm

Thomas Zander riggs at FreeBSD.org
Sun Oct 19 10:18:20 UTC 2014


Author: riggs
Date: Sun Oct 19 10:18:19 2014
New Revision: 371176
URL: https://svnweb.freebsd.org/changeset/ports/371176
QAT: https://qat.redports.org/buildarchive/r371176/

Log:
  - Un-break build for non-standard OPTION VCHKPW
  
  PR:		193851
  Submitted by:	uffe at uffe.org (maintainer)
  MFH:		2014Q4

Modified:
  head/security/cvm/Makefile

Modified: head/security/cvm/Makefile
==============================================================================
--- head/security/cvm/Makefile	Sun Oct 19 10:17:49 2014	(r371175)
+++ head/security/cvm/Makefile	Sun Oct 19 10:18:19 2014	(r371176)
@@ -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


More information about the svn-ports-all mailing list