diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-17 12:50:06 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-17 12:50:06 +0000 |
commit | 32125a492133269807edd5574dc930032f51975c (patch) | |
tree | b2f501e5f5c6d53b6bf6f8f0070daf82c6d27133 /lang | |
parent | faaf517bcf2a17b8f312d3833b93e7046a2b4d65 (diff) | |
download | ports-32125a492133269807edd5574dc930032f51975c.tar.gz ports-32125a492133269807edd5574dc930032f51975c.zip |
Stagify.
Approved by: portmgr@
Notes
Notes:
svn path=/head/; revision=358110
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nesasm/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/nesasm/Makefile b/lang/nesasm/Makefile index 69c339f38395..4d6d873a83b3 100644 --- a/lang/nesasm/Makefile +++ b/lang/nesasm/Makefile @@ -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> |