pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/gmpc conditionally rmdir share/{applications,pix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd424dbce16e
branches:  trunk
changeset: 474893:dd424dbce16e
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri May 07 04:23:19 2004 +0000

description:
conditionally rmdir share/{applications,pixmaps} because they are
shared with other packages.

bump PKGREVISION.

diffstat:

 audio/gmpc/Makefile |  3 ++-
 audio/gmpc/PLIST    |  6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 4b07a1873f7b -r dd424dbce16e audio/gmpc/Makefile
--- a/audio/gmpc/Makefile       Fri May 07 02:57:41 2004 +0000
+++ b/audio/gmpc/Makefile       Fri May 07 04:23:19 2004 +0000
@@ -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 -r 4b07a1873f7b -r dd424dbce16e audio/gmpc/PLIST
--- a/audio/gmpc/PLIST  Fri May 07 02:57:41 2004 +0000
+++ b/audio/gmpc/PLIST  Fri May 07 04:23:19 2004 +0000
@@ -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-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}



Home | Main Index | Thread Index | Old Index