diff options
author | grant <grant@pkgsrc.org> | 2003-04-10 01:28:41 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-04-10 01:28:41 +0000 |
commit | 309eeeec727f5d5a413400afbe0b07cf4fecc38b (patch) | |
tree | 94748442c174065eb60816dd5693f774c6dc30ec /audio/xmms-funtimedancer | |
parent | afdebcf9a40e045d6fa993260a803c2cb44c4693 (diff) | |
download | pkgsrc-309eeeec727f5d5a413400afbe0b07cf4fecc38b.tar.gz |
simplify post-install target.
Diffstat (limited to 'audio/xmms-funtimedancer')
-rw-r--r-- | audio/xmms-funtimedancer/Makefile | 11 |
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" |