aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/muse/files
diff options
context:
space:
mode:
authordryice <dryice@FreeBSD.org>2007-06-19 10:46:15 +0800
committerdryice <dryice@FreeBSD.org>2007-06-19 10:46:15 +0800
commit21c99abba421a348ce2888e726b0eed0a8cc07ab (patch)
treeeb4d078d7d65525fadb96ca2c44ee1412fad75bc /textproc/muse/files
parent578b594208844deb8cf8083487e7fb19497c845d (diff)
downloadfreebsd-ports-gnome-21c99abba421a348ce2888e726b0eed0a8cc07ab.tar.gz
freebsd-ports-gnome-21c99abba421a348ce2888e726b0eed0a8cc07ab.tar.zst
freebsd-ports-gnome-21c99abba421a348ce2888e726b0eed0a8cc07ab.zip
- update to 3.03
- add MASTER_SITE_LOCAL - remove file: files/patch-Makefile - add file: files/patch-texi-Makefile
Diffstat (limited to 'textproc/muse/files')
-rw-r--r--textproc/muse/files/patch-texi-Makefile (renamed from textproc/muse/files/patch-Makefile)11
1 files changed, 4 insertions, 7 deletions
diff --git a/textproc/muse/files/patch-Makefile b/textproc/muse/files/patch-texi-Makefile
index 23d453d732ea..a9b648500d00 100644
--- a/textproc/muse/files/patch-Makefile
+++ b/textproc/muse/files/patch-texi-Makefile
@@ -1,13 +1,10 @@
---- Makefile.orig Sat Sep 9 12:17:41 2006
-+++ Makefile Sat Sep 9 12:17:51 2006
-@@ -43,8 +43,8 @@
+--- texi/Makefile.orig Tue Jun 19 09:33:34 2007
++++ texi/Makefile Tue Jun 19 09:33:54 2007
+@@ -22,5 +22,5 @@
- install-info: $(MANUAL).info
+ install: $(MANUAL).info
[ -d $(INFODIR) ] || install -d $(INFODIR)
- install -m 0644 $(MANUAL).info $(INFODIR)/$(MANUAL)
- $(INSTALLINFO) $(INFODIR)/$(MANUAL)
+ install -m 0644 $(MANUAL).info $(INFODIR)/$(MANUAL).info
+ $(INSTALLINFO) $(INFODIR)/$(MANUAL).info
-
- install-bin: autoloads lisp contrib
- (cd lisp && $(MAKE) install)