aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-a52dec/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-11-13 15:58:38 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-11-13 15:58:38 +0000
commit74e211540a868614bfa37344abf91742e56d8c67 (patch)
tree685d9d27ae4330cbdd8df491eb69f82ab964347a /audio/xmms-a52dec/Makefile
parentbdf601ddb9e97bfdaa83a256161f95d071a6990c (diff)
downloadports-74e211540a868614bfa37344abf91742e56d8c67.tar.gz
ports-74e211540a868614bfa37344abf91742e56d8c67.zip
Notes
Diffstat (limited to 'audio/xmms-a52dec/Makefile')
-rw-r--r--audio/xmms-a52dec/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/xmms-a52dec/Makefile b/audio/xmms-a52dec/Makefile
index 43a1f467d9e4..61f2bcae5564 100644
--- a/audio/xmms-a52dec/Makefile
+++ b/audio/xmms-a52dec/Makefile
@@ -15,7 +15,6 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
RUN_DEPENDS= ${LOCALBASE}/lib/xmms/Output/libOSSSurround.so:${PORTSDIR}/audio/xmms-osssurround
USE_BZIP2= yes
-NO_STAGE= yes
USE_GNOME= gtk12
CFLAGS+= `xmms-config --cflags` -L${LOCALBASE}/lib
@@ -30,6 +29,8 @@ do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -shared -o liba52dec.so xmms-a52dec.c -la52
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/liba52dec.so ${PREFIX}/lib/xmms/Input/
+ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input
+ ${INSTALL_PROGRAM} ${WRKSRC}/liba52dec.so \
+ ${STAGEDIR}${PREFIX}/lib/xmms/Input/
.include <bsd.port.post.mk>