diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-03-31 19:56:19 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-03-31 19:56:19 +0000 |
commit | da92dce43f7f4b5c90b2b1d3d0315d6e5672640a (patch) | |
tree | 5e6a7de8fba27c0f1467e3dc9c9deec27ddc12ac /security/symbion-sslproxy | |
parent | d52e405574443d85e84f0d5eeed878aaca7accb2 (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/symbion-sslproxy')
-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 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} |