summaryrefslogtreecommitdiff
path: root/www/w3-4/files/patch-aa
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-10 09:58:54 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-10 09:58:54 +0000
commit7ca69fdf614e75d1b35fb7f0306df9c82c0854c8 (patch)
tree59d38e7604189c1c098f475cb47065d5e6e942e9 /www/w3-4/files/patch-aa
parentAdd starlanes. (diff)
Update dir file with install-info. Also, change organization so that
files can be shared between this port and japanese/w3. Note this is a "blind" commit; it is too much trouble to test an update with this many added and deleted files. I'll test it later. PR: 3788 Submitted by: <kiri@kiri.toba-cmt.ac.jp>
Notes
Notes: svn path=/head/; revision=6842
Diffstat (limited to 'www/w3-4/files/patch-aa')
-rw-r--r--www/w3-4/files/patch-aa25
1 files changed, 17 insertions, 8 deletions
diff --git a/www/w3-4/files/patch-aa b/www/w3-4/files/patch-aa
index 0429fd811d79..a1b9742daad1 100644
--- a/www/w3-4/files/patch-aa
+++ b/www/w3-4/files/patch-aa
@@ -1,22 +1,31 @@
---- Makefile.org Sun Oct 29 01:21:56 1995
-+++ Makefile Sun Dec 1 14:01:52 1996
-@@ -8,12 +8,13 @@
+--- Makefile.orig Sun Oct 29 01:21:56 1995
++++ Makefile Sat May 31 19:15:25 1997
+@@ -1,19 +1,19 @@
+ # what emacs is called on your system
+-EMACS = emacs
++EMACS = ${EMACSCMD}
+
+ # How to make a directory
+ # need a -p if you want to make the parents!
+-MKDIR = mkdir
++MKDIR ?= mkdir
+
# Various other stuff used
RM = rm -f
- CP = cp
-+INSTALL_DATA = /usr/bin/install -c -o bin -g bin -m 444
+-CP = cp
++CP ?= cp
# where the Info file should go
-INFODIR = ../info
-+INFODIR = ${PREFIX}/info
++INFODIR ?= ../info
# where the w3 lisp files should go
-LISPDIR = $$HOME/lisp
-+LISPDIR = ${PREFIX}/share/emacs/site-lisp/w3
++LISPDIR = ${ELISPDIR}/w3
# Change this to be where your .emacs file is stored
DOTEMACS = $$HOME/.emacs
-@@ -57,16 +58,16 @@
+@@ -57,16 +57,16 @@
w3: docomp.el $(OBJECTS)
@echo Build of w3 complete...