aboutsummaryrefslogtreecommitdiff
path: root/www/knowledgekit
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 22:57:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 22:57:37 +0000
commit5019ffc91bcd2ad26cf4702f15841eafc984d4b0 (patch)
treee28e63fdf22fe3c0a77219f1724ab25c046c8bc1 /www/knowledgekit
parent69153696b9e73f3a328c9e20da06591b85766611 (diff)
downloadports-5019ffc91bcd2ad26cf4702f15841eafc984d4b0.tar.gz
ports-5019ffc91bcd2ad26cf4702f15841eafc984d4b0.zip
Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build. Noticed on bento and others (full mailbox :-)
Notes
Notes: svn path=/head/; revision=69475
Diffstat (limited to 'www/knowledgekit')
-rw-r--r--www/knowledgekit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/knowledgekit/Makefile b/www/knowledgekit/Makefile
index 5e63d1c3b053..f1ba0a8dcc8c 100644
--- a/www/knowledgekit/Makefile
+++ b/www/knowledgekit/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= nbm@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope
+USE_REINPLACE= yes
NO_BUILD= YES
PKGMESSAGE= ${WRKDIR}/.MESSAGE
@@ -34,7 +35,7 @@ PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR}
do-install:
@${CP} ${WRKSRC}/* \
${ZOPEBASEDIR}/import
- @perl -pe 's#%%PREFIX%%#${PREFIX}#; s#%%VER%%#${PORTVERSION}#' ${FILESDIR}/MESSAGE > ${PKGMESSAGE}
+ @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#; s#%%VER%%#${PORTVERSION}#' ${FILESDIR}/MESSAGE > ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>