summaryrefslogtreecommitdiff
path: root/audio/xmms-funtimedancer
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-03-01 10:07:02 +0000
committerjmc <jmc@pkgsrc.org>2003-03-01 10:07:02 +0000
commit7c5510149e0768dd41195f7fcbbab17a10005439 (patch)
treec5503d196440b9506ca04479e1c871d2baf1cbfa /audio/xmms-funtimedancer
parent67efb6d9998f1451877df1820157e90cb1d48b85 (diff)
downloadpkgsrc-7c5510149e0768dd41195f7fcbbab17a10005439.tar.gz
Before pax'ing over content, do a mkdir so there's a destination available.
Diffstat (limited to 'audio/xmms-funtimedancer')
-rw-r--r--audio/xmms-funtimedancer/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-funtimedancer/Makefile b/audio/xmms-funtimedancer/Makefile
index e895b58b292..140b08448e5 100644
--- a/audio/xmms-funtimedancer/Makefile
+++ b/audio/xmms-funtimedancer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/02/14 23:56:38 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2003/03/01 10:07:02 jmc Exp $
#
DISTNAME= FunTimeDancer-0.1
@@ -16,6 +16,7 @@ USE_BUILDLINK2= yes
post-install:
cd ${WRKSRC}/../FunTimeDancer ; \
+ ${MKDIR} ${PREFIX}/lib/xmms/Visualization/FunTimeDancer ; \
${PAX} -rw -pe . ${PREFIX}/lib/xmms/Visualization/FunTimeDancer
.include "../../audio/xmms/buildlink2.mk"