diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-03-31 19:56:19 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-03-31 19:56:19 +0000 |
commit | da92dce43f7f4b5c90b2b1d3d0315d6e5672640a (patch) | |
tree | 5e6a7de8fba27c0f1467e3dc9c9deec27ddc12ac /security/chroot_safe | |
parent | d52e405574443d85e84f0d5eeed878aaca7accb2 (diff) | |
download | ports-da92dce43f7f4b5c90b2b1d3d0315d6e5672640a.tar.gz ports-da92dce43f7f4b5c90b2b1d3d0315d6e5672640a.zip |
Notes
Diffstat (limited to 'security/chroot_safe')
-rw-r--r-- | security/chroot_safe/Makefile | 1 |
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 |