summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 03:05:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 03:05:48 +0000
commit5b96d0a9567e649c783ac418d8e2bde2f6adfc22 (patch)
tree8b423bf71fff78a00604f3c63e5c97500c8a780a /security
parentNew port p5-xmltv version 0.5.2: Set of programs to process TV (diff)
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes Notices on: bento
Notes
Notes: svn path=/head/; revision=69429
Diffstat (limited to 'security')
-rw-r--r--security/altivore/Makefile3
-rw-r--r--security/mussh/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/security/altivore/Makefile b/security/altivore/Makefile
index ff40e518e185..ffcbaca3fc31 100644
--- a/security/altivore/Makefile
+++ b/security/altivore/Makefile
@@ -20,13 +20,14 @@ RESTRICTED= License does not allow redistribution in any form\
NO_WRKSUBDIR= yes
NO_BUILD= yes
+USE_REINPLACE= yes
do-extract:
@${MKDIR} ${WRKDIR}
@${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
post-patch:
- @${PERL} -pi -e "s/ //" ${WRKDIR}/${DISTFILES}
+ @${REINPLACE_CMD} -e "s/ //" ${WRKDIR}/${DISTFILES}
do-install:
@${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
diff --git a/security/mussh/Makefile b/security/mussh/Makefile
index 04a0809b8cf5..15b74e007c03 100644
--- a/security/mussh/Makefile
+++ b/security/mussh/Makefile
@@ -17,9 +17,10 @@ MAINTAINER= leeym@FreeBSD.org
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
NO_BUILD= yes
+USE_REINPLACE= yes
post-patch:
- @${PERL} -pi -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \
+ @${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \
${WRKSRC}/${PORTNAME}
do-install: