Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2014 19:38:42 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r371206 - branches/2014Q4/security/cvm
Message-ID:  <201410191938.s9JJcgla021045@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410191938.s9JJcgla021045>