diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-21 22:00:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-21 22:00:58 +0800 |
commit | 6a09969524c4f6c996d9830f6c0a95709aca8f61 (patch) | |
tree | 12471507031ef0846cb573e9217f601bf01b6c6c /net-p2p | |
parent | 1cf3e2ffbf440c2a6c3d920991468d97d3cbbf44 (diff) | |
download | freebsd-ports-gnome-6a09969524c4f6c996d9830f6c0a95709aca8f61.tar.gz freebsd-ports-gnome-6a09969524c4f6c996d9830f6c0a95709aca8f61.tar.zst freebsd-ports-gnome-6a09969524c4f6c996d9830f6c0a95709aca8f61.zip |
- Stage support
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/edonkey-tool-hash/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/edonkey-tool-hash/Makefile b/net-p2p/edonkey-tool-hash/Makefile index 9aea6a25b8ca..eda53f88eb16 100644 --- a/net-p2p/edonkey-tool-hash/Makefile +++ b/net-p2p/edonkey-tool-hash/Makefile @@ -19,7 +19,6 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/ed2k_hash-${PORTVERSION} -NO_STAGE= yes post-patch: # respect CFLAGS @${REINPLACE_CMD} -E -e \ @@ -29,6 +28,6 @@ post-patch: do-install: # uphold POLA, do not change binary name @${INSTALL_PROGRAM} ${WRKSRC}/ed2k_hash/ed2k_hash \ - ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} + ${STAGEDIR}${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} .include <bsd.port.mk> |