summaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp4
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 03:05:48 +0000
committeredwin <edwin@FreeBSD.org>2002-11-04 03:05:48 +0000
commit011f3a2a13f514a55dae8ea737db2d626983191d (patch)
treeef9e57574419ab4a95c9adca518cce23e6a78895 /net-mgmt/net-snmp4
parentf2bc149e9a1f30296a05f9c708c6729f700c8234 (diff)
downloadFreeBSD-ports-011f3a2a13f514a55dae8ea737db2d626983191d.zip
FreeBSD-ports-011f3a2a13f514a55dae8ea737db2d626983191d.tar.gz
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes Notices on: bento
Diffstat (limited to 'net-mgmt/net-snmp4')
-rw-r--r--net-mgmt/net-snmp4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile
index 2c183f3..63af227 100644
--- a/net-mgmt/net-snmp4/Makefile
+++ b/net-mgmt/net-snmp4/Makefile
@@ -18,6 +18,7 @@ MASTER_SITE_SUBDIR= net-snmp
MAINTAINER= kuriyama@FreeBSD.org
USE_AUTOCONF_VER=213
+USE_REINPLACE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
@@ -69,7 +70,8 @@ SHLIB_VERSION= 4
PLIST_SUB+= shlib=${SHLIB_VERSION}
post-patch:
- @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/aclocal.m4
+ @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \
+ ${WRKSRC}/aclocal.m4
post-install:
@( cd ${PREFIX}/bin && strip ${BIN} )
OpenPOWER on IntegriCloud