aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2006-05-21 13:23:24 +0000
committerStefan Walter <stefan@FreeBSD.org>2006-05-21 13:23:24 +0000
commita7f880d9c9d6921846c83531f709e20d0578502e (patch)
treef0967754ae85c8645ae5b7475fd7cf3b6df92497 /security
parent2b527a3423fd45e641e1978ef3f352641f62e60e (diff)
downloadports-a7f880d9c9d6921846c83531f709e20d0578502e.tar.gz
ports-a7f880d9c9d6921846c83531f709e20d0578502e.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/chroot_safe/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/chroot_safe/Makefile b/security/chroot_safe/Makefile
index 42bda7846e3d..913c2a437acb 100644
--- a/security/chroot_safe/Makefile
+++ b/security/chroot_safe/Makefile
@@ -5,6 +5,7 @@
PORTNAME= chroot_safe
PORTVERSION= 1.4
+PORTREVISION= 1
CATEGORIES= security sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= chrootsafe
@@ -24,5 +25,6 @@ post-patch:
-e 's|-o chroot_safe.so|chroot_safe.cpp -o chroot_safe.so|' \
${WRKSRC}/Makefile.in
${REINPLACE_CMD} 's|chroot(1)|chroot(8)|' ${WRKSRC}/chroot_safe.1.in
+ ${REINPLACE_CMD} 's|putenv|unsetenv|' ${WRKSRC}/chroot_safe.cpp
.include <bsd.port.mk>