summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-07 04:23:19 +0000
committergrant <grant@pkgsrc.org>2004-05-07 04:23:19 +0000
commitda4912516029850d7c19960e21c572db25fa56e2 (patch)
tree19f12865f2472fa68edfc267ba2f3d3fb7e683c1 /audio
parenta088600a90068af6c972471861b595b96951d788 (diff)
downloadpkgsrc-da4912516029850d7c19960e21c572db25fa56e2.tar.gz
conditionally rmdir share/{applications,pixmaps} because they are
shared with other packages. bump PKGREVISION.
Diffstat (limited to 'audio')
-rw-r--r--audio/gmpc/Makefile3
-rw-r--r--audio/gmpc/PLIST6
2 files changed, 5 insertions, 4 deletions
diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile
index 038cba2ff1b..6dcdbb008a2 100644
--- a/audio/gmpc/Makefile
+++ b/audio/gmpc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/05/02 04:00:55 grant Exp $
+# $NetBSD: Makefile,v 1.2 2004/05/07 04:23:19 grant Exp $
#
DISTNAME= gmpc-0.10.2
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.qballcow.nl/programs/gmpc/
diff --git a/audio/gmpc/PLIST b/audio/gmpc/PLIST
index cee814bbead..3e1943fadc0 100644
--- a/audio/gmpc/PLIST
+++ b/audio/gmpc/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/02 04:00:55 grant Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/05/07 04:23:19 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
-@dirrm share/pixmaps
@dirrm share/gmpc
-@dirrm share/applications
+@unexec ${RMDIR} -p %D/share/pixmaps 2> /dev/null || ${TRUE}
+@unexec ${RMDIR} -p %D/share/applications 2> /dev/null || ${TRUE}