aboutsummaryrefslogtreecommitdiff
path: root/audio/tempest_for_eliza
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-30 17:32:01 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-30 17:32:01 +0000
commitf37fbc8b7734621c59fa6cd6bc294ec9310dd512 (patch)
treef5d1959c62ea715c1982a9bcd5ce20912beb0174 /audio/tempest_for_eliza
parent4ae85d40103ab82ecc635483f7ecf687f3bab50b (diff)
downloadports-f37fbc8b7734621c59fa6cd6bc294ec9310dd512.tar.gz
ports-f37fbc8b7734621c59fa6cd6bc294ec9310dd512.zip
Stage support
Notes
Notes: svn path=/head/; revision=338151
Diffstat (limited to 'audio/tempest_for_eliza')
-rw-r--r--audio/tempest_for_eliza/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/tempest_for_eliza/Makefile b/audio/tempest_for_eliza/Makefile
index 69544f4b07cd..886abc577599 100644
--- a/audio/tempest_for_eliza/Makefile
+++ b/audio/tempest_for_eliza/Makefile
@@ -11,7 +11,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Program to send AM radio signals using a PC monitor
USES= gmake
-NO_STAGE= yes
GNU_CONFIGURE= yes
USE_SDL= sdl
@@ -24,11 +23,11 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
- @${MKDIR} ${PREFIX}/share/tempest
- ${INSTALL_DATA} ${SONGS:S,^,${WRKSRC}/songs/,} ${PREFIX}/share/tempest
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/tempest
+ ${INSTALL_DATA} ${SONGS:S,^,${WRKSRC}/songs/,} ${STAGEDIR}${PREFIX}/share/tempest
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>