aboutsummaryrefslogtreecommitdiffstats
path: root/security/chroot_safe
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-04-01 03:56:19 +0800
committergabor <gabor@FreeBSD.org>2007-04-01 03:56:19 +0800
commit1229782f69da6f5de28e93edd167fa49a51bdf50 (patch)
tree47a3d2cee4e1393b90060c5fd9a23a144ae0f946 /security/chroot_safe
parent2351f6995d0d4d0810b4aae13d99fbf9892aace3 (diff)
downloadfreebsd-ports-gnome-1229782f69da6f5de28e93edd167fa49a51bdf50.tar.gz
freebsd-ports-gnome-1229782f69da6f5de28e93edd167fa49a51bdf50.tar.zst
freebsd-ports-gnome-1229782f69da6f5de28e93edd167fa49a51bdf50.zip
- Remove DESTDIR support from my ports as it is useless now. New implementation
is coming.
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