diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 13:46:38 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 13:46:38 +0800 |
commit | 7dd6805c44bf98d4d64a54313e9f622fd7cb2656 (patch) | |
tree | 753b016f246dce9957c268962733d34c7e3eb7b7 /net/tdetect | |
parent | c4fd09e68bc5c2ee1078b7b21b2ac0601f34aead (diff) | |
download | freebsd-ports-gnome-7dd6805c44bf98d4d64a54313e9f622fd7cb2656.tar.gz freebsd-ports-gnome-7dd6805c44bf98d4d64a54313e9f622fd7cb2656.tar.zst freebsd-ports-gnome-7dd6805c44bf98d4d64a54313e9f622fd7cb2656.zip |
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Diffstat (limited to 'net/tdetect')
-rw-r--r-- | net/tdetect/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/tdetect/Makefile b/net/tdetect/Makefile index 30fb3f68db5f..9679f8e57111 100644 --- a/net/tdetect/Makefile +++ b/net/tdetect/Makefile @@ -14,12 +14,14 @@ MASTER_SITES= http://sb.123.org/ \ MAINTAINER= shipley@dis.org +USE_REINPLACE= yes + .include <bsd.port.pre.mk> pre-configure: - ${PERL} -pi.dist -e 's/trdetect/tdetect/g' ${WRKSRC}/config.h + ${REINPLACE_CMD} -e 's/trdetect/tdetect/g' ${WRKSRC}/config.h .if ${OSVERSION} > 330002 - ${PERL} -pi.orig -e 's/LOG_AUTHPRIV/LOG_SECURITY/g' ${WRKSRC}/config.h + ${REINPLACE_CMD} -e 's/LOG_AUTHPRIV/LOG_SECURITY/g' ${WRKSRC}/config.h .endif do-install: |