aboutsummaryrefslogtreecommitdiff
path: root/security/chroot_safe
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-03-31 19:56:19 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-03-31 19:56:19 +0000
commitda92dce43f7f4b5c90b2b1d3d0315d6e5672640a (patch)
tree5e6a7de8fba27c0f1467e3dc9c9deec27ddc12ac /security/chroot_safe
parentd52e405574443d85e84f0d5eeed878aaca7accb2 (diff)
downloadports-da92dce43f7f4b5c90b2b1d3d0315d6e5672640a.tar.gz
ports-da92dce43f7f4b5c90b2b1d3d0315d6e5672640a.zip
- Remove DESTDIR support from my ports as it is useless now. New implementation
is coming.
Notes
Notes: svn path=/head/; revision=188901
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