diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-24 04:39:23 +0800 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-24 04:39:23 +0800 |
commit | 3429beb3d69bf05cc09137cac5b420f8e26b86db (patch) | |
tree | 4affc92982e244cfbe7e05e3bdd22240b4c28520 /security/portsentry | |
parent | ec8028156e7ada0e0867358c46bf5af20c16fec3 (diff) | |
download | freebsd-ports-gnome-3429beb3d69bf05cc09137cac5b420f8e26b86db.tar.gz freebsd-ports-gnome-3429beb3d69bf05cc09137cac5b420f8e26b86db.tar.zst freebsd-ports-gnome-3429beb3d69bf05cc09137cac5b420f8e26b86db.zip |
PERL -> REINPLACE_CMD
PR: ports/39729, ports/39727, ports/39726, ports/39724
PR: ports/39722, ports/39721, ports/39720, ports/39719, ports/39718
Submitted by: Scott Flatman <sf@dsinw.com>
Diffstat (limited to 'security/portsentry')
-rw-r--r-- | security/portsentry/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile index de001c36ee30..a7d3693412b6 100644 --- a/security/portsentry/Makefile +++ b/security/portsentry/Makefile @@ -13,9 +13,10 @@ MASTER_SITES= http://www.psionic.com/downloads/ MAINTAINER= ports@FreeBSD.org ALL_TARGET= freebsd +USE_REINPLACE= yes post-patch: - @${PERL} -pi -e 's,__PREFIX__,${PREFIX},g' \ + @${REINPLACE_CMD} -e 's,__PREFIX__,${PREFIX},g' \ ${WRKSRC}/portsentry.conf ${WRKSRC}/portsentry_config.h do-install: |