diff options
-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} |