aboutsummaryrefslogtreecommitdiffstats
path: root/security/vlog
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 13:46:38 +0800
committeredwin <edwin@FreeBSD.org>2002-11-04 13:46:38 +0800
commit7dd6805c44bf98d4d64a54313e9f622fd7cb2656 (patch)
tree753b016f246dce9957c268962733d34c7e3eb7b7 /security/vlog
parentc4fd09e68bc5c2ee1078b7b21b2ac0601f34aead (diff)
downloadfreebsd-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/vlog')
-rw-r--r--security/vlog/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/vlog/Makefile b/security/vlog/Makefile
index 13086ee7bc51..a0d09bec6678 100644
--- a/security/vlog/Makefile
+++ b/security/vlog/Makefile
@@ -18,11 +18,12 @@ ALL_TARGET= it
MAKE_ARGS= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
LIBS="${PTHREAD_LIBS} -lcurses"
WRKSRC= ${WRKDIR}/vlog
+USE_REINPLACE= yes
MAN1= vlog.1
MANCOMPRESSED= no
post-patch:
- ${PERL} -pi -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile
+ ${REINPLACE_CMD} -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile
.include <bsd.port.mk>