- Un-break build for non-standard OPTION VCHKPW
PR: 193851 Submitted by: uffe@uffe.org (maintainer) MFH: 2014Q4
This commit is contained in:
parent
ebee7694d8
commit
88b3708a52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371176
@ -24,18 +24,20 @@ 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
|
||||
|
||||
VCHKPW_BUILD_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MVCHKPW}
|
||||
ALL_TARGET+= cvm-vchkpw
|
||||
.endif
|
||||
|
||||
do-configure:
|
||||
${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home
|
||||
${ECHO_CMD} "${STAGEDIR}${PREFIX}/bin" > ${WRKSRC}/conf-bin
|
||||
|
Loading…
Reference in New Issue
Block a user