aboutsummaryrefslogtreecommitdiffstats
path: root/audio/tempest_for_eliza/Makefile
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-12-31 01:32:01 +0800
committerantoine <antoine@FreeBSD.org>2013-12-31 01:32:01 +0800
commit076b8316077ff2c03fe040575080c073559bcb2d (patch)
treef5d1959c62ea715c1982a9bcd5ce20912beb0174 /audio/tempest_for_eliza/Makefile
parent3c1535609699c67a0a425eb2f7577a2ab42b4a4c (diff)
downloadfreebsd-ports-gnome-076b8316077ff2c03fe040575080c073559bcb2d.tar.gz
freebsd-ports-gnome-076b8316077ff2c03fe040575080c073559bcb2d.tar.zst
freebsd-ports-gnome-076b8316077ff2c03fe040575080c073559bcb2d.zip
Stage support
Diffstat (limited to 'audio/tempest_for_eliza/Makefile')
-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>