aboutsummaryrefslogtreecommitdiff
path: root/devel/dotconf
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 18:36:39 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 18:36:39 +0000
commitc2e96a6fd15ffeb729ad724a29f33c91d1eafc84 (patch)
tree5163ba03df5b625ecccf34756ce8597ed008cfd5 /devel/dotconf
parent82098a30f3f2c8a57f6f5d88e7c5b0f4898eed3c (diff)
downloadports-c2e96a6fd15ffeb729ad724a29f33c91d1eafc84.tar.gz
ports-c2e96a6fd15ffeb729ad724a29f33c91d1eafc84.zip
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39842 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=61964
Diffstat (limited to 'devel/dotconf')
-rw-r--r--devel/dotconf/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile
index 697c416037df..acf769d08a46 100644
--- a/devel/dotconf/Makefile
+++ b/devel/dotconf/Makefile
@@ -13,13 +13,14 @@ MASTER_SITES= http://www.azzit.de/dotconf/download/v1.0/
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
pre-patch:
- @${PERL} -pi -e 's|-Wall -g||' ${WRKSRC}/configure
- @${PERL} -pi -e 's|-release $(LT_RELEASE)||' ${WRKSRC}/src/Makefile.in
+ @${REINPLACE_CMD} -e 's|-Wall -g||' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-release $(LT_RELEASE)||' ${WRKSRC}/src/Makefile.in
post-install:
.if !defined(NOPORTDOCS)