aboutsummaryrefslogtreecommitdiff
path: root/security/chroot_safe
diff options
context:
space:
mode:
Diffstat (limited to 'security/chroot_safe')
-rw-r--r--security/chroot_safe/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/chroot_safe/Makefile b/security/chroot_safe/Makefile
index 4ac7c8f70c61..bde7d13d240a 100644
--- a/security/chroot_safe/Makefile
+++ b/security/chroot_safe/Makefile
@@ -23,7 +23,6 @@ PLIST_DIRS= libexec/chroot_safe
post-patch:
${REINPLACE_CMD} -e 's|CXX=g++|CXX?=c++|' \
-e 's|-o chroot_safe.so|chroot_safe.cpp -o chroot_safe.so|' \
- -e 's|prefix=@prefix@|prefix=${DESTDIR}@prefix@|' \
${WRKSRC}/Makefile.in
${REINPLACE_CMD} 's|chroot(1)|chroot(8)|' ${WRKSRC}/chroot_safe.1.in
${REINPLACE_CMD} 's|putenv|unsetenv|' ${WRKSRC}/chroot_safe.cpp