View | Details | Raw Unified | Return to bug 62019
Collapse All | Expand All

(-)genmenu/Makefile (-2 / +2 lines)
Lines 7-15 Link Here
7
#
7
#
8
8
9
PORTNAME=	genmenu
9
PORTNAME=	genmenu
10
PORTVERSION=	1.0.4
10
PORTVERSION=	1.0.5
11
CATEGORIES=	x11-wm
11
CATEGORIES=	x11-wm
12
MASTER_SITES=	http://projects.gtk.mine.nu/archive/genmenu/
12
MASTER_SITES=	http://gtk.no/archive/genmenu/
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Generating menus for Bbox, Fbox, Obox, WM and E
15
COMMENT=	Generating menus for Bbox, Fbox, Obox, WM and E
(-)genmenu/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (genmenu-1.0.4.tar.gz) = 46953b4a611a751f917a22bd1858f40d
1
MD5 (genmenu-1.0.5.tar.gz) = 0886951949c924708b4e685c4473c15d
(-)genmenu/files/patch-genmenu (+11 lines)
Line 0 Link Here
1
--- genmenu.orig	Tue Jan 20 01:29:56 2004
2
+++ genmenu	Tue Jan 27 23:20:11 2004
3
@@ -590,7 +590,7 @@
4
 
5
 	if [ "$BBDF" = "1" ]; then
6
 
7
-		dirs="/usr/share/$1/styles /usr/local/share/$1/styles"
8
+		dirs="/usr/share/$1/styles /usr/local/share/$1/styles /usr/X11R6/share/$1/styles"
9
 
10
 		for dir in $dirs; do
11
 			if [ -e "$dir" ]; then
(-)genmenu/pkg-descr (-1 / +1 lines)
Lines 9-12 Link Here
9
    * Default size of all web browser windows
9
    * Default size of all web browser windows
10
    * Include menu for starting other window managers (yes|no)
10
    * Include menu for starting other window managers (yes|no)
11
11
12
WWW: http://projects.gtk.mine.nu/genmenu
12
WWW: http://gtk.no/genmenu/

Return to bug 62019