diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-28 21:59:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-28 21:59:36 +0000 |
commit | 09f1f366298661769c51cbe406c14ebf6d0b39e4 (patch) | |
tree | efaa7d13ef39fd9876347142a08e27eae0fbcc4e /x11-wm/genmenu | |
parent | 46d45c1f21efd78368ccd4ab8565dfb2f70d7499 (diff) | |
download | ports-09f1f366298661769c51cbe406c14ebf6d0b39e4.tar.gz ports-09f1f366298661769c51cbe406c14ebf6d0b39e4.zip |
Notes
Diffstat (limited to 'x11-wm/genmenu')
-rw-r--r-- | x11-wm/genmenu/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/genmenu/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/genmenu/files/patch-genmenu | 11 | ||||
-rw-r--r-- | x11-wm/genmenu/pkg-descr | 2 |
4 files changed, 15 insertions, 4 deletions
diff --git a/x11-wm/genmenu/Makefile b/x11-wm/genmenu/Makefile index a5d7a4fca60a..efbc5996daf1 100644 --- a/x11-wm/genmenu/Makefile +++ b/x11-wm/genmenu/Makefile @@ -7,9 +7,9 @@ # PORTNAME= genmenu -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= x11-wm -MASTER_SITES= http://projects.gtk.mine.nu/archive/genmenu/ +MASTER_SITES= http://gtk.no/archive/genmenu/ MAINTAINER= ports@FreeBSD.org COMMENT= Generating menus for Bbox, Fbox, Obox, WM and E diff --git a/x11-wm/genmenu/distinfo b/x11-wm/genmenu/distinfo index 793537463576..370c7baaeaac 100644 --- a/x11-wm/genmenu/distinfo +++ b/x11-wm/genmenu/distinfo @@ -1 +1 @@ -MD5 (genmenu-1.0.4.tar.gz) = 46953b4a611a751f917a22bd1858f40d +MD5 (genmenu-1.0.5.tar.gz) = 0886951949c924708b4e685c4473c15d diff --git a/x11-wm/genmenu/files/patch-genmenu b/x11-wm/genmenu/files/patch-genmenu new file mode 100644 index 000000000000..99839897e8f1 --- /dev/null +++ b/x11-wm/genmenu/files/patch-genmenu @@ -0,0 +1,11 @@ +--- genmenu.orig Tue Jan 20 01:29:56 2004 ++++ genmenu Tue Jan 27 23:20:11 2004 +@@ -590,7 +590,7 @@ + + if [ "$BBDF" = "1" ]; then + +- dirs="/usr/share/$1/styles /usr/local/share/$1/styles" ++ dirs="/usr/share/$1/styles /usr/local/share/$1/styles /usr/X11R6/share/$1/styles" + + for dir in $dirs; do + if [ -e "$dir" ]; then diff --git a/x11-wm/genmenu/pkg-descr b/x11-wm/genmenu/pkg-descr index c1323bb33fa8..4d4750370d4a 100644 --- a/x11-wm/genmenu/pkg-descr +++ b/x11-wm/genmenu/pkg-descr @@ -9,4 +9,4 @@ The following options can be configured during runtime: * Default size of all web browser windows * Include menu for starting other window managers (yes|no) -WWW: http://projects.gtk.mine.nu/genmenu +WWW: http://gtk.no/genmenu/ |