aboutsummaryrefslogtreecommitdiff
path: root/security/chroot_safe
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-08-06 10:14:56 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-08-06 10:14:56 +0000
commite2b76b0386198cbe0d3047586e43181b2d3fffe0 (patch)
treea5bfe4adf75c2c2ae7a2735d9bd2db252ab09529 /security/chroot_safe
parentd8f7bc9bfed9101a3e01a2c78e613fe28ffb614c (diff)
downloadports-e2b76b0386198cbe0d3047586e43181b2d3fffe0.tar.gz
ports-e2b76b0386198cbe0d3047586e43181b2d3fffe0.zip
Notes
Diffstat (limited to 'security/chroot_safe')
-rw-r--r--security/chroot_safe/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/chroot_safe/Makefile b/security/chroot_safe/Makefile
index 913c2a437acb..bd408a49d178 100644
--- a/security/chroot_safe/Makefile
+++ b/security/chroot_safe/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= A tool to chroot softwares easily
-GNU_CONFIGURE=YES
+GNU_CONFIGURE= YES
MAN1= chroot_safe.1
PLIST_FILES= sbin/chroot_safe libexec/chroot_safe/chroot_safe.so
@@ -23,6 +23,7 @@ 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