From 7ca69fdf614e75d1b35fb7f0306df9c82c0854c8 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 10 Jun 1997 09:58:54 +0000 Subject: 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: --- www/w3-4/files/patch-aa | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'www/w3-4/files/patch-aa') 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... -- cgit v1.2.3