svn commit: r371206 - branches/2014Q4/security/cvm

Thomas Zander riggs at FreeBSD.org
Sun Oct 19 19:38:42 UTC 2014


Author: riggs
Date: Sun Oct 19 19:38:41 2014
New Revision: 371206
URL: https://svnweb.freebsd.org/changeset/ports/371206
QAT: https://qat.redports.org/buildarchive/r371206/

Log:
  MFH: r371176
  
  - Un-break build for non-standard OPTION VCHKPW
  
  PR:		193851
  Submitted by:	uffe at uffe.org (maintainer)
  Approved by:	portmgr (zi)

Modified:
  branches/2014Q4/security/cvm/Makefile
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/security/cvm/Makefile
==============================================================================
--- branches/2014Q4/security/cvm/Makefile	Sun Oct 19 19:37:14 2014	(r371205)
+++ branches/2014Q4/security/cvm/Makefile	Sun Oct 19 19:38:41 2014	(r371206)
@@ -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-branches mailing list