aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 14:12:46 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 14:12:46 +0000
commit3f9ffdea609fb93e18e9c050efb69c01a206aba3 (patch)
treec3e55d5a3ed309f0b72b8d79c4e302df182d33c4 /emulators
parentce1ae5a4999e41b99a0dd80f2d8b7743f45cf1f6 (diff)
downloadports-3f9ffdea609fb93e18e9c050efb69c01a206aba3.tar.gz
ports-3f9ffdea609fb93e18e9c050efb69c01a206aba3.zip
Support staging
Notes
Notes: svn path=/head/; revision=346520
Diffstat (limited to 'emulators')
-rw-r--r--emulators/ia64sim/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile
index 5e9f8d01d0c9..5ffc28994d80 100644
--- a/emulators/ia64sim/Makefile
+++ b/emulators/ia64sim/Makefile
@@ -23,17 +23,13 @@ PORTDOCS= ia64user.txt readme
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
pre-build:
${RM} -f ${WRKSRC}/obj/*.o ${WRKSRC}/ia64sim
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ia64sim ${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/ia64user.txt ${WRKSRC}/readme ${DOCSDIR}
-.endif
+ ${INSTALL_PROGRAM} ${WRKSRC}/ia64sim ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/ia64user.txt ${WRKSRC}/readme \
+ ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>