svn commit: r346320 - head/textproc/pocketreader

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 12:55:35 UTC 2014


Author: ehaupt
Date: Thu Feb 27 12:55:34 2014
New Revision: 346320
URL: http://svnweb.freebsd.org/changeset/ports/346320
QAT: https://qat.redports.org/buildarchive/r346320/

Log:
  Support staging

Modified:
  head/textproc/pocketreader/Makefile

Modified: head/textproc/pocketreader/Makefile
==============================================================================
--- head/textproc/pocketreader/Makefile	Thu Feb 27 12:50:59 2014	(r346319)
+++ head/textproc/pocketreader/Makefile	Thu Feb 27 12:55:34 2014	(r346320)
@@ -13,15 +13,15 @@ DIST_SUBDIR=	pocketreader
 MAINTAINER=	simond at irrelevant.org
 COMMENT=	Siemens PocketReader
 
-USE_LINUX=	YES
-NO_BUILD=	YES
+USE_LINUX=	yes
+NO_BUILD=	yes
 PLIST_FILES=	bin/pocketreader
 
 WRKSRC=		${WRKDIR}/linux
 
-NO_STAGE=	yes
 do-install:
 	${BRANDELF} -t Linux ${WRKSRC}/installfiles/pocketreader_static
-	${CP} ${WRKSRC}/installfiles/pocketreader_static ${PREFIX}/bin/pocketreader
+	${CP} ${WRKSRC}/installfiles/pocketreader_static \
+		${STAGEDIR}${PREFIX}/bin/pocketreader
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list