diff options
author | osa <osa@FreeBSD.org> | 2009-03-24 12:42:31 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2009-03-24 12:42:31 +0800 |
commit | 9761606ce0eb04bf5353ca62a0e04a5516e8bc37 (patch) | |
tree | a55dd207166d92443ac3a0c35fea4d1f8b57c871 /net/3proxy | |
parent | 7e7fc794324c593d59d1955099491afe96a877a6 (diff) | |
download | freebsd-ports-gnome-9761606ce0eb04bf5353ca62a0e04a5516e8bc37.tar.gz freebsd-ports-gnome-9761606ce0eb04bf5353ca62a0e04a5516e8bc37.tar.zst freebsd-ports-gnome-9761606ce0eb04bf5353ca62a0e04a5516e8bc37.zip |
Fix patch target.
Do not bump PORTREVISION.
Notice from: QAT
Pointy hat to: osa
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} |