aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-gbsplay
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-11-12 16:10:18 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-11-12 16:10:18 +0000
commit9aa32615c89ada5938ad1e1fe8dba2403e916a96 (patch)
tree3c7393cbd3258b45c8853c64eb7b58c97011593c /audio/xmms-gbsplay
parentc3b576a8cf0300a4e2be968c135a5581a3748762 (diff)
downloadports-9aa32615c89ada5938ad1e1fe8dba2403e916a96.tar.gz
ports-9aa32615c89ada5938ad1e1fe8dba2403e916a96.zip
Notes
Diffstat (limited to 'audio/xmms-gbsplay')
-rw-r--r--audio/xmms-gbsplay/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/xmms-gbsplay/Makefile b/audio/xmms-gbsplay/Makefile
index 863395ed79a4..5e3a03f1c4bb 100644
--- a/audio/xmms-gbsplay/Makefile
+++ b/audio/xmms-gbsplay/Makefile
@@ -12,7 +12,6 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms \
gbsplay:${PORTSDIR}/audio/gbsplay
USE_GNOME= glib12
-NO_STAGE= yes
USE_GCC= any
CONFIGURE_ARGS= --disable-nas
@@ -39,6 +38,8 @@ gbsplay-post-patch:
/^default:/ s|$$(mans)||' ${WRKSRC}/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gbsxmms.so ${PREFIX}/lib/xmms/Input
+ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input
+ ${INSTALL_PROGRAM} ${WRKSRC}/gbsxmms.so \
+ ${STAGEDIR}${PREFIX}/lib/xmms/Input
.include "${MASTERDIR}/Makefile"