aboutsummaryrefslogtreecommitdiff
path: root/devel/dotconf
diff options
context:
space:
mode:
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)