svn commit: r358110 - head/lang/nesasm

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 17 12:50:06 UTC 2014


Author: vanilla
Date: Tue Jun 17 12:50:06 2014
New Revision: 358110
URL: http://svnweb.freebsd.org/changeset/ports/358110
QAT: https://qat.redports.org/buildarchive/r358110/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/lang/nesasm/Makefile

Modified: head/lang/nesasm/Makefile
==============================================================================
--- head/lang/nesasm/Makefile	Tue Jun 17 12:45:52 2014	(r358109)
+++ head/lang/nesasm/Makefile	Tue Jun 17 12:50:06 2014	(r358110)
@@ -19,14 +19,13 @@ post-patch:	.SILENT
 		-e '/^CFLAGS/{s/=/+=/;s/-O2//;}' \
 		${WRKSRC}/Makefile.unix
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/nesasm ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/nesasm ${STAGEDIR}${PREFIX}/bin
 .ifndef(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}../documentation/*.txt ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}../documentation/*.txt ${STAGEDIR}${DOCSDIR}
 	# The next install will overwrite readme.txt with a newer readme.txt
-	${INSTALL_DATA} ${WRKSRC}../readme.txt ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}../readme.txt ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list