summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
commit37f2224fa6a14520df830ae1daeba9b877daa347 (patch)
tree13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /security
parent- reorder patches (diff)
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Notes
Notes: svn path=/head/; revision=69436
Diffstat (limited to 'security')
-rw-r--r--security/labrea/Makefile3
-rw-r--r--security/vlog/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/security/labrea/Makefile b/security/labrea/Makefile
index 798b32a09620..c6c815bac815 100644
--- a/security/labrea/Makefile
+++ b/security/labrea/Makefile
@@ -18,9 +18,10 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
WRKSRC= ${WRKDIR}/LaBrea
ALL_TARGET= LaBrea
+USE_REINPLACE= yes
pre-build:
- ${PERL} -pi -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g;\
+ ${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g;\
s@LOCALBASE=/usr/local@LOCALBASE=${LOCALBASE}@g" \
${WRKSRC}/Makefile
diff --git a/security/vlog/Makefile b/security/vlog/Makefile
index 13086ee7bc51..a0d09bec6678 100644
--- a/security/vlog/Makefile
+++ b/security/vlog/Makefile
@@ -18,11 +18,12 @@ ALL_TARGET= it
MAKE_ARGS= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
LIBS="${PTHREAD_LIBS} -lcurses"
WRKSRC= ${WRKDIR}/vlog
+USE_REINPLACE= yes
MAN1= vlog.1
MANCOMPRESSED= no
post-patch:
- ${PERL} -pi -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile
+ ${REINPLACE_CMD} -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile
.include <bsd.port.mk>