diff options
author | nectar <nectar@FreeBSD.org> | 1999-03-17 14:41:25 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-03-17 14:41:25 +0800 |
commit | e632fa830d756c8472ecab20c82c4a5b866f4ada (patch) | |
tree | 4015ba2dcfb2ca2c69da578beb5e8acdfb35843c /x11-wm/icewm | |
parent | a9533b64d16cbd35feaa25d7ac39c4dfbbd58893 (diff) | |
download | freebsd-ports-gnome-e632fa830d756c8472ecab20c82c4a5b866f4ada.tar.gz freebsd-ports-gnome-e632fa830d756c8472ecab20c82c4a5b866f4ada.tar.zst freebsd-ports-gnome-e632fa830d756c8472ecab20c82c4a5b866f4ada.zip |
* Update 0.9.29 -> 0.9.34
* Move data files from lib/X11/icewm -> share/icewm
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/icewm/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/icewm/files/patch-aa | 9 | ||||
-rw-r--r-- | x11-wm/icewm/files/patch-ab | 7 |
4 files changed, 8 insertions, 16 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 76e92c6450f9..a9ac1f16f105 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -3,10 +3,10 @@ # Date created: 10 August 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.30 1999/01/17 10:04:44 vanilla Exp $ +# $Id: Makefile,v 1.31 1999/01/17 19:48:00 vanilla Exp $ # -DISTNAME= icewm-0.9.29 +DISTNAME= icewm-0.9.34 CATEGORIES= x11-wm MASTER_SITES= http://www.kiss.uni-lj.si/~k4fr0235/icewm/devel/ \ http://www.freebsd.org/~vanilla/ @@ -49,7 +49,7 @@ do-configure: ( cd ${WRKSRC}; ${SH} config ${ICEOPTION} ) post-install: - ${CP} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/lib/X11/icewm/taskbar + ${CP} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar strip ${PREFIX}/bin/icewm strip ${PREFIX}/bin/icewmbg strip ${PREFIX}/bin/icewmhint diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo index cc9cc1ac11be..57e5138858d0 100644 --- a/x11-wm/icewm/distinfo +++ b/x11-wm/icewm/distinfo @@ -1 +1 @@ -MD5 (icewm-0.9.29.src.tar.gz) = e4bb3cfe962aef2a0719722fe84ed2e3 +MD5 (icewm-0.9.34.src.tar.gz) = 53a5bcacc0ddd57b3d2e9b0f5030691a diff --git a/x11-wm/icewm/files/patch-aa b/x11-wm/icewm/files/patch-aa index 786de3fcf55c..e6f79af6ef11 100644 --- a/x11-wm/icewm/files/patch-aa +++ b/x11-wm/icewm/files/patch-aa @@ -10,12 +10,3 @@ doc: cd doc ; $(MAKE) -@@ -57,7 +56,7 @@ - $(INSTALLLIB) $$config $(LIBDIR)/themes/$$theme; \ - done; \ - for l in $(XPMDIRS) ; do \ -- if [ -a lib/themes/$$theme/$$l ] ; then \ -+ if [ -d lib/themes/$$theme/$$l ] ; then \ - $(INSTALLDIR) $(LIBDIR)/themes/$$theme/$$l; \ - for f in lib/themes/$$theme/$$l/* ; do \ - $(INSTALLLIB) $$f $(LIBDIR)/themes/$$theme/$$l; \ diff --git a/x11-wm/icewm/files/patch-ab b/x11-wm/icewm/files/patch-ab index 058efa0f8a64..c07068aae666 100644 --- a/x11-wm/icewm/files/patch-ab +++ b/x11-wm/icewm/files/patch-ab @@ -1,11 +1,12 @@ ---- install.inc.orig Wed Oct 7 16:35:35 1998 -+++ install.inc Wed Oct 7 16:36:29 1998 +--- install.inc.orig Sat Feb 20 10:33:06 1999 ++++ install.inc Wed Mar 17 00:11:05 1999 @@ -1,10 +1,10 @@ -PREFIX = /usr/local +PREFIX = $(X11BASE) BINDIR = $(PREFIX)/bin - LIBDIR = $(PREFIX)/lib/X11/icewm +-LIBDIR = $(PREFIX)/lib/X11/icewm -ETCDIR = /etc/X11/icewm ++LIBDIR = $(PREFIX)/share/icewm +ETCDIR = $(LIBDIR) INSTALL = install -c |