aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-gbsplay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-gbsplay/Makefile')
-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"