diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-06 10:16:48 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-06 10:16:48 +0000 |
commit | 59f23b0b5f2eaaa70cbaf822768ec17829133bd9 (patch) | |
tree | b3228789d7134d36ee16dd49508a21ad510de338 /security | |
parent | e2b76b0386198cbe0d3047586e43181b2d3fffe0 (diff) | |
download | ports-59f23b0b5f2eaaa70cbaf822768ec17829133bd9.tar.gz ports-59f23b0b5f2eaaa70cbaf822768ec17829133bd9.zip |
Notes
Diffstat (limited to 'security')
-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} |