diff options
author | grant <grant> | 2004-05-08 15:40:53 +0000 |
---|---|---|
committer | grant <grant> | 2004-05-08 15:40:53 +0000 |
commit | 104b3072891d6e516ff155566527ca7ea257637d (patch) | |
tree | 2b34685b29781116fbfaf4691c643d53733a4851 /audio/gmpc | |
parent | 0dcf0fdbe8186de9df8ac9a3b00d7422b6cb226b (diff) | |
download | pkgsrc-104b3072891d6e516ff155566527ca7ea257637d.tar.gz |
fix PLIST *again* properly this time with USE_DIRS+=xgd-1.1. thanks to
wiz and jmmv for the cluebat.
bump PKGREVISION.
Diffstat (limited to 'audio/gmpc')
-rw-r--r-- | audio/gmpc/Makefile | 6 | ||||
-rw-r--r-- | audio/gmpc/PLIST | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile index 6dcdbb008a2..e400c358cfb 100644 --- a/audio/gmpc/Makefile +++ b/audio/gmpc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2004/05/07 04:23:19 grant Exp $ +# $NetBSD: Makefile,v 1.3 2004/05/08 15:40:53 grant Exp $ # DISTNAME= gmpc-0.10.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= http://download.qballcow.nl/programs/gmpc/ @@ -14,5 +14,7 @@ USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +USE_DIRS+= xdg-1.1 + .include "../../devel/libglade2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/gmpc/PLIST b/audio/gmpc/PLIST index 3e1943fadc0..6d650c051f5 100644 --- a/audio/gmpc/PLIST +++ b/audio/gmpc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/05/07 04:23:19 grant Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/05/08 15:40:53 grant Exp $ bin/gmpc share/applications/gmpc.desktop share/gmpc/gmpc-tray.png @@ -10,6 +10,6 @@ share/gmpc/media-prev.png share/gmpc/media-stop.png share/gmpc/tray.png share/pixmaps/gmpc.png +@comment in xdg-dirs: @dirrm share/pixmaps @dirrm share/gmpc -@unexec ${RMDIR} -p %D/share/pixmaps 2> /dev/null || ${TRUE} -@unexec ${RMDIR} -p %D/share/applications 2> /dev/null || ${TRUE} +@comment in xdg-dirs: @dirrm share/applications |