pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/fluxbox Remove share/fluxbox only when it is empty;...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddbb2f740935
branches:  trunk
changeset: 511085:ddbb2f740935
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Apr 08 23:26:56 2006 +0000

description:
Remove share/fluxbox only when it is empty; the directory is shared with
wip/fluxter.  Bump PKGREVISION.  OK'ed by tonio@.

diffstat:

 wm/fluxbox/Makefile |  3 ++-
 wm/fluxbox/PLIST    |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r aeb9dc7590cb -r ddbb2f740935 wm/fluxbox/Makefile
--- a/wm/fluxbox/Makefile       Sat Apr 08 23:24:20 2006 +0000
+++ b/wm/fluxbox/Makefile       Sat Apr 08 23:26:56 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2006/04/08 15:41:20 tonio Exp $
+# $NetBSD: Makefile,v 1.36 2006/04/08 23:26:56 minskim Exp $
 #
 
 DISTNAME=      fluxbox-0.9.15.1
+PKGREVISION=   1
 CATEGORIES=    wm x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
 EXTRACT_SUFX=  .tar.bz2
diff -r aeb9dc7590cb -r ddbb2f740935 wm/fluxbox/PLIST
--- a/wm/fluxbox/PLIST  Sat Apr 08 23:24:20 2006 +0000
+++ b/wm/fluxbox/PLIST  Sat Apr 08 23:26:56 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2006/04/08 15:41:21 tonio Exp $
+@comment $NetBSD: PLIST,v 1.13 2006/04/08 23:26:56 minskim Exp $
 bin/fbrun
 bin/fbsetbg
 bin/fbsetroot
@@ -135,4 +135,4 @@
 @dirrm share/fluxbox/nls/be_BY
 @dirrm share/fluxbox/nls/C
 @dirrm share/fluxbox/nls
-@dirrm share/fluxbox
+@unexec ${RMDIR} %D/share/fluxbox 2>/dev/null || ${TRUE}



Home | Main Index | Thread Index | Old Index