diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-15 20:37:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-15 20:37:04 +0000 |
commit | 3dfcb69b7713730d22282332e61d19042167992f (patch) | |
tree | 14ba4292ad28106c8850a8687b0478783ab3362c /devel/vtcl | |
parent | Fix plist (diff) |
unPERLify, and use ${FIND} and ${XARGS} where appropriate.
PR: 48253
Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
Notes
Notes:
svn path=/head/; revision=94052
Diffstat (limited to 'devel/vtcl')
-rw-r--r-- | devel/vtcl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile index 7469eaf7e020..e92a8ca7994e 100644 --- a/devel/vtcl/Makefile +++ b/devel/vtcl/Makefile @@ -20,8 +20,10 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= ${PREFIX} NO_BUILD= yes +USE_REINPLACE= yes + pre-configure: - @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/configure do-install: ${INSTALL_SCRIPT} ${WRKSRC}/vtcl ${PREFIX}/bin |