svn commit: r345454 - head/net-p2p/edonkey-tool-hash

Martin Wilke miwi at FreeBSD.org
Fri Feb 21 14:00:59 UTC 2014


Author: miwi
Date: Fri Feb 21 14:00:58 2014
New Revision: 345454
URL: http://svnweb.freebsd.org/changeset/ports/345454
QAT: https://qat.redports.org/buildarchive/r345454/

Log:
  - Stage support

Modified:
  head/net-p2p/edonkey-tool-hash/Makefile

Modified: head/net-p2p/edonkey-tool-hash/Makefile
==============================================================================
--- head/net-p2p/edonkey-tool-hash/Makefile	Fri Feb 21 14:00:49 2014	(r345453)
+++ head/net-p2p/edonkey-tool-hash/Makefile	Fri Feb 21 14:00:58 2014	(r345454)
@@ -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>


More information about the svn-ports-head mailing list