summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2003-04-10 01:28:41 +0000
committergrant <grant>2003-04-10 01:28:41 +0000
commita62cb049f6821b239e93de88c74117f93a62628c (patch)
tree94748442c174065eb60816dd5693f774c6dc30ec
parent3658cb69164d87994099b24340f06a30f37dd521 (diff)
downloadpkgsrc-a62cb049f6821b239e93de88c74117f93a62628c.tar.gz
simplify post-install target.
-rw-r--r--audio/xmms-funtimedancer/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/xmms-funtimedancer/Makefile b/audio/xmms-funtimedancer/Makefile
index 140b08448e5..df4186d258a 100644
--- a/audio/xmms-funtimedancer/Makefile
+++ b/audio/xmms-funtimedancer/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2003/03/01 10:07:02 jmc Exp $
+# $NetBSD: Makefile,v 1.3 2003/04/10 01:28:41 grant Exp $
#
DISTNAME= FunTimeDancer-0.1
-PKGNAME= xmms-${DISTNAME:S/FunTimeDancer/funtimedancer/}
+PKGNAME= xmms-funtimedancer-0.1
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=/ftd/}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ftd/}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} FunTimeDancer-packs-1.0.tar.gz
MAINTAINER= hubertf@netbsd.org
@@ -15,9 +15,8 @@ USE_X11= yes
USE_BUILDLINK2= yes
post-install:
- cd ${WRKSRC}/../FunTimeDancer ; \
- ${MKDIR} ${PREFIX}/lib/xmms/Visualization/FunTimeDancer ; \
- ${PAX} -rw -pe . ${PREFIX}/lib/xmms/Visualization/FunTimeDancer
+ cd ${WRKDIR} && \
+ ${PAX} -rw -pe FunTimeDancer ${PREFIX}/lib/xmms/Visualization
.include "../../audio/xmms/buildlink2.mk"
.include "../../devel/SDL/buildlink2.mk"