diff options
-rw-r--r-- | x11-wm/sawfish/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/sawfish/files/patch-ae | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index ba7231139..cfe52d460 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -3,12 +3,12 @@ # Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-wm/sawfish/Makefile,v 1.3 2007/08/07 04:43:15 mezz Exp $ +# $MCom: ports/x11-wm/sawfish/Makefile,v 1.4 2007/08/15 18:29:16 mezz Exp $ # PORTNAME= sawfish PORTVERSION= 1.3 -PORTREVISION= 15 +PORTREVISION= 16 PORTEPOCH= 2 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/x11-wm/sawfish/files/patch-ae b/x11-wm/sawfish/files/patch-ae new file mode 100644 index 000000000..ccd0bc67f --- /dev/null +++ b/x11-wm/sawfish/files/patch-ae @@ -0,0 +1,11 @@ +--- capplet/Makefile.in.orig 2007-10-10 17:59:01.000000000 -0500 ++++ capplet/Makefile.in 2007-10-10 17:59:24.000000000 -0500 +@@ -26,7 +26,7 @@ + srcdir=@srcdir@ + VPATH=@srcdir@:@top_srcdir@ + +-G_CC_DIR = $(GNOMEDIR)/share/control-center-2.0/capplets ++G_CC_DIR = $(GNOMEDIR)/share/applications + G_PIXMAP_DIR = $(GNOMEDIR)/share/pixmaps + + all : |