aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sidplayer
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-10-24 04:30:50 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-10-24 04:30:50 +0800
commita57e25e19f546eddc7c1e37a8190e39b82d80924 (patch)
tree55da60aef1b2c32d67ec2312379a244877492550 /audio/sidplayer
parent691fae9df43453ce41f634c8a45a78f7dbcc4049 (diff)
downloadfreebsd-ports-gnome-a57e25e19f546eddc7c1e37a8190e39b82d80924.tar.gz
freebsd-ports-gnome-a57e25e19f546eddc7c1e37a8190e39b82d80924.tar.zst
freebsd-ports-gnome-a57e25e19f546eddc7c1e37a8190e39b82d80924.zip
Support staging.
Diffstat (limited to 'audio/sidplayer')
-rw-r--r--audio/sidplayer/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/sidplayer/Makefile b/audio/sidplayer/Makefile
index 6c0b188916d9..6cf75f6b729f 100644
--- a/audio/sidplayer/Makefile
+++ b/audio/sidplayer/Makefile
@@ -15,7 +15,6 @@ COMMENT= C64 SID tune player
LICENSE= GPLv2
USE_SDL= yes
-NO_STAGE= yes
GNU_CONFIGURE= yes
SDLINCLUDEDIR= SDL
@@ -29,10 +28,10 @@ post-patch:
${WRKSRC}/src/main_sdl.cpp
do-install:
- ${INSTALL} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+ ${INSTALL} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- ${CP} ${WRKSRC}/PSID\ Demo/* ${DOCSDIR}/
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/PSID\ Demo/* ${STAGEDIR}${DOCSDIR}
.endif
post-install: