summaryrefslogtreecommitdiff
path: root/security
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
parent- remove support for cyrus-sasl < 2 (diff)
- 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')
-rw-r--r--security/chroot_safe/Makefile1
-rw-r--r--security/symbion-sslproxy/Makefile2
2 files changed, 1 insertions, 2 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
diff --git a/security/symbion-sslproxy/Makefile b/security/symbion-sslproxy/Makefile
index 89e045bc8144..b7dd8c254df6 100644
--- a/security/symbion-sslproxy/Makefile
+++ b/security/symbion-sslproxy/Makefile
@@ -30,7 +30,7 @@ post-patch:
-e 's|CFLAGS =|CFLAGS +=|' ${WRKSRC}/Makefile.global
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ssl_proxy ${TARGETDIR}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/ssl_proxy ${PREFIX}/sbin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}