aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-11-12 16:04:51 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-11-12 16:04:51 +0000
commit4ee0f854ab88a6f7d450e368ab8e3ce6979a1661 (patch)
treebfa69f31ecf253e6bc415bb8318b88bbb46456d9 /audio
parent605c98a482cbcd33e22f376fab159d8f20caff2c (diff)
downloadports-4ee0f854ab88a6f7d450e368ab8e3ce6979a1661.tar.gz
ports-4ee0f854ab88a6f7d450e368ab8e3ce6979a1661.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-xymms/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/xmms-xymms/Makefile b/audio/xmms-xymms/Makefile
index 566c1a630bc9..dbf805c84376 100644
--- a/audio/xmms-xymms/Makefile
+++ b/audio/xmms-xymms/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
GNU_CONFIGURE= yes
USE_GNOME= gtk12
-NO_STAGE= yes
USE_LDCONFIG= yes
CPPFLAGS+= ${PTHREAD_CFLAGS}
@@ -33,8 +32,8 @@ post-patch:
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
post-install:
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/samples/sample.gym ${EXAMPLESDIR}
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/samples/sample.gym ${STAGEDIR}${EXAMPLESDIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>