aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-21 22:00:58 +0800
committermiwi <miwi@FreeBSD.org>2014-02-21 22:00:58 +0800
commit6a09969524c4f6c996d9830f6c0a95709aca8f61 (patch)
tree12471507031ef0846cb573e9217f601bf01b6c6c /net-p2p
parent1cf3e2ffbf440c2a6c3d920991468d97d3cbbf44 (diff)
downloadfreebsd-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/Makefile3
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>