diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-11-12 16:04:51 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-11-12 16:04:51 +0000 |
commit | 4ee0f854ab88a6f7d450e368ab8e3ce6979a1661 (patch) | |
tree | bfa69f31ecf253e6bc415bb8318b88bbb46456d9 /audio | |
parent | 605c98a482cbcd33e22f376fab159d8f20caff2c (diff) | |
download | ports-4ee0f854ab88a6f7d450e368ab8e3ce6979a1661.tar.gz ports-4ee0f854ab88a6f7d450e368ab8e3ce6979a1661.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-xymms/Makefile | 5 |
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> |