aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-tfmx
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-01-18 23:24:42 +0800
committerantoine <antoine@FreeBSD.org>2014-01-18 23:24:42 +0800
commit7e0877eb5c7692ae2b4596c96ce03f21389724db (patch)
tree69f154e6a871adb88f5631f1cab67696a07a2551 /audio/xmms-tfmx
parent7bb264f8450dd57a2deeea7c3aac79d77d68cbcf (diff)
downloadfreebsd-ports-gnome-7e0877eb5c7692ae2b4596c96ce03f21389724db.tar.gz
freebsd-ports-gnome-7e0877eb5c7692ae2b4596c96ce03f21389724db.tar.zst
freebsd-ports-gnome-7e0877eb5c7692ae2b4596c96ce03f21389724db.zip
Stage support
Diffstat (limited to 'audio/xmms-tfmx')
-rw-r--r--audio/xmms-tfmx/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/xmms-tfmx/Makefile b/audio/xmms-tfmx/Makefile
index 2c8d486c4c89..7743bdb5eb29 100644
--- a/audio/xmms-tfmx/Makefile
+++ b/audio/xmms-tfmx/Makefile
@@ -13,14 +13,13 @@ COMMENT= XMMS Input plugin for playing TFMX tunes
LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms
USE_GNOME= gtk12 lthack
-NO_STAGE= yes
USES= gmake
USE_AUTOTOOLS= libtool
PLIST_FILES= lib/xmms/Input/libtfmx.so
do-install:
- ${MKDIR} ${PREFIX}/lib/xmms/Input
- ${INSTALL_DATA} ${WRKSRC}/src/.libs/libtfmx.so ${PREFIX}/lib/xmms/Input
+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input
+ ${INSTALL_DATA} ${WRKSRC}/src/.libs/libtfmx.so ${STAGEDIR}${PREFIX}/lib/xmms/Input
.include <bsd.port.mk>
to 6.1.9pgollucci2011-06-294-26/+14 * Chase security/gnutls update and add an UPDATING entry.novel2011-06-06