diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 06:57:29 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 06:57:29 +0800 |
commit | 86b879693c68c9d6e3ebb0aa2cb32d28dbb0c162 (patch) | |
tree | 75437b5c5cf220c7946528a68b334b46c2d2272e /x11-wm | |
parent | 713a2e0755d64cf00ce17ed960ef7a1d6e506e9c (diff) | |
download | marcuscom-ports-86b879693c68c9d6e3ebb0aa2cb32d28dbb0c162.tar marcuscom-ports-86b879693c68c9d6e3ebb0aa2cb32d28dbb0c162.tar.gz marcuscom-ports-86b879693c68c9d6e3ebb0aa2cb32d28dbb0c162.tar.bz2 marcuscom-ports-86b879693c68c9d6e3ebb0aa2cb32d28dbb0c162.tar.lz marcuscom-ports-86b879693c68c9d6e3ebb0aa2cb32d28dbb0c162.tar.xz marcuscom-ports-86b879693c68c9d6e3ebb0aa2cb32d28dbb0c162.tar.zst marcuscom-ports-86b879693c68c9d6e3ebb0aa2cb32d28dbb0c162.zip |
Re-add files/patch-ae with a bit tweak to fix the plist.
Reported by: pointyhat-exp
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9758 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-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 : |