Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 14:00:59 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345454 - head/net-p2p/edonkey-tool-hash
Message-ID:  <201402211400.s1LE0xNp083816@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402211400.s1LE0xNp083816>