diff options
Diffstat (limited to 'www/w3-4/files/patch-aa')
-rw-r--r-- | www/w3-4/files/patch-aa | 25 |
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... |