Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2014 10:18:19 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371176 - head/security/cvm
Message-ID:  <201410191018.s9JAIJXr030972@svn.freebsd.org>

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



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