diff options
author | erwin <erwin@FreeBSD.org> | 2006-08-06 18:16:48 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-08-06 18:16:48 +0800 |
commit | 6fd7cea81ce9138860c79c6b96ce948f1936d3f3 (patch) | |
tree | fab313e0e824fc7effcde93b925bc479c7fe3a50 | |
parent | d1ebc33e927a01c0619c99de8eb41cd5500f213c (diff) | |
download | freebsd-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/Makefile | 2 |
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} |