summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 01:37:23 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 01:37:23 +0000
commit2736678db761f7e90b8f596a6506960a677aefef (patch)
tree0f8817710e9f2976c9ebccf27fa02142d8c9ca85 /security
parentAdd cal.rb(0.2), Display a Japanese calendar (diff)
PERL -> REINPLACE
Noticed on: bento
Notes
Notes: svn path=/head/; revision=69416
Diffstat (limited to 'security')
-rw-r--r--security/vpnd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/vpnd/Makefile b/security/vpnd/Makefile
index 420d9475ae20..2b50143eb034 100644
--- a/security/vpnd/Makefile
+++ b/security/vpnd/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= anders@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
HAS_CONFIGURE= yes
+USE_REINPLACE= yes
DOCFILES= README FAQ.TXT SPEED.TXT VERSIONS
@@ -24,7 +25,8 @@ post-patch:
< ${WRKSRC}/Makefile.FreeBSD.in_tmp > ${WRKSRC}/Makefile.FreeBSD.in
pre-configure:
- ${PERL} -pi.orig -e "s@-O3@${CFLAGS}@g; s@gcc@${CC}@g" ${WRKSRC}/configure
+ ${REINPLACE_CMD} -e "s@-O3@${CFLAGS}@g; s@gcc@${CC}@g" \
+ ${WRKSRC}/configure
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/vpnd ${PREFIX}/sbin/vpnd