diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2009-03-24 04:42:31 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2009-03-24 04:42:31 +0000 |
commit | 9793e798b33f49ecfdfd404d59c2baa6dc53e1b6 (patch) | |
tree | 2274b23159ceb2f5b826413c54e3f8ae61f84775 /net/3proxy | |
parent | 4d94dc6b92f48453f4d0ecc94280fb06bd93e8f2 (diff) | |
download | ports-9793e798b33f49ecfdfd404d59c2baa6dc53e1b6.tar.gz ports-9793e798b33f49ecfdfd404d59c2baa6dc53e1b6.zip |
Notes
Diffstat (limited to 'net/3proxy')
-rw-r--r-- | net/3proxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/3proxy/Makefile b/net/3proxy/Makefile index 1ca71508d340..bdacd68eafc6 100644 --- a/net/3proxy/Makefile +++ b/net/3proxy/Makefile @@ -27,7 +27,7 @@ RC_SCRIPTS_SUB=PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} post-patch: ${REINPLACE_CMD} -e "s|%%CFLAGS%%|${CFLAGS}|" \ - ${WRKDIR}/Makefile.unix + ${WRKSRC}/Makefile.unix do-install: ${MKDIR} ${PREFIX}/lib/${PORTNAME} |