diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gmpc/Makefile | 4 | ||||
-rw-r--r-- | audio/gmpc/PLIST | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile index bf0e0b1a854..0cacfcba295 100644 --- a/audio/gmpc/Makefile +++ b/audio/gmpc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2006/04/07 17:40:22 rpaulo Exp $ +# $NetBSD: Makefile,v 1.16 2006/04/08 16:13:43 wiz Exp $ # DISTNAME= gmpc-0.13.0 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.qballcow.nl/programs/gmpc-0.13/ @@ -12,6 +13,7 @@ COMMENT= GNOME client for the Music Player Daemon USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +PKGCONFIG_OVERRIDE= data/gmpc.pc.in USE_DIRS+= xdg-1.1 diff --git a/audio/gmpc/PLIST b/audio/gmpc/PLIST index b0d0610d11e..127b1757037 100644 --- a/audio/gmpc/PLIST +++ b/audio/gmpc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2006/04/07 17:40:22 rpaulo Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/08 16:13:43 wiz Exp $ bin/gmpc include/gmpc/config1.h include/gmpc/cover-art.h @@ -31,3 +31,4 @@ lib/pkgconfig/gmpc.pc @comment in xdg-dirs: @dirrm share/pixmaps @dirrm share/gmpc @comment in xdg-dirs: @dirrm share/applications +@dirrm include/gmpc |