aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2006-08-06 18:16:48 +0800
committererwin <erwin@FreeBSD.org>2006-08-06 18:16:48 +0800
commit6fd7cea81ce9138860c79c6b96ce948f1936d3f3 (patch)
treefab313e0e824fc7effcde93b925bc479c7fe3a50
parentd1ebc33e927a01c0619c99de8eb41cd5500f213c (diff)
downloadfreebsd-ports-gnome-6fd7cea81ce9138860c79c6b96ce948f1936d3f3.tar.gz
freebsd-ports-gnome-6fd7cea81ce9138860c79c6b96ce948f1936d3f3.tar.zst
freebsd-ports-gnome-6fd7cea81ce9138860c79c6b96ce948f1936d3f3.zip
Support DESTDIR
PR: 101431 Submitted by: gabor (maintainer)
-rw-r--r--security/symbion-sslproxy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/symbion-sslproxy/Makefile b/security/symbion-sslproxy/Makefile
index ba5a6b5adf29..c1da64c9a79b 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 ${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/ssl_proxy ${TARGETDIR}/sbin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}