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 /security/labrea | |
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 'security/labrea')
-rw-r--r-- | security/labrea/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/labrea/Makefile b/security/labrea/Makefile index 798b32a09620..c6c815bac815 100644 --- a/security/labrea/Makefile +++ b/security/labrea/Makefile @@ -18,9 +18,10 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet WRKSRC= ${WRKDIR}/LaBrea ALL_TARGET= LaBrea +USE_REINPLACE= yes pre-build: - ${PERL} -pi -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g;\ + ${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g;\ s@LOCALBASE=/usr/local@LOCALBASE=${LOCALBASE}@g" \ ${WRKSRC}/Makefile |