diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 09:37:23 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 09:37:23 +0800 |
commit | 7730c168bb2ed65d740527c4703144159aaeac35 (patch) | |
tree | d413f55fbe63f3d3af3d9e53fc14b721939ed1aa /security | |
parent | 689a2f36a3e59ca9862877625c915beba7a2a84d (diff) | |
download | freebsd-ports-gnome-7730c168bb2ed65d740527c4703144159aaeac35.tar.gz freebsd-ports-gnome-7730c168bb2ed65d740527c4703144159aaeac35.tar.zst freebsd-ports-gnome-7730c168bb2ed65d740527c4703144159aaeac35.zip |
PERL -> REINPLACE
Noticed on: bento
Diffstat (limited to 'security')
-rw-r--r-- | security/vpnd/Makefile | 4 |
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 |