summaryrefslogtreecommitdiff
path: root/misc/nwrite/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-03-15 02:11:40 +0000
committerSteve Price <steve@FreeBSD.org>1999-03-15 02:11:40 +0000
commitf478047eb0178feb569880bc30b891410d550e17 (patch)
treef2dfb5ce7bb421892db47f066f414d33d8529a78 /misc/nwrite/files/patch-aa
parentUpdate to version 4.7.8. (diff)
Update to version 1.9.2.
PR: 10194 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
Notes
Notes: svn path=/head/; revision=17215
Diffstat (limited to '')
-rw-r--r--misc/nwrite/files/patch-aa36
1 files changed, 27 insertions, 9 deletions
diff --git a/misc/nwrite/files/patch-aa b/misc/nwrite/files/patch-aa
index 3366fec2c2ea..d996ec5148b0 100644
--- a/misc/nwrite/files/patch-aa
+++ b/misc/nwrite/files/patch-aa
@@ -1,11 +1,29 @@
---- Makefile.orig Tue Jul 29 15:36:52 1997
-+++ Makefile Thu Jul 31 16:17:26 1997
-@@ -35,7 +35,7 @@
- #INSTALL= /usr/ucb/install
- #INSTALL= /usr/local/gnu/bin/install
+--- Makefile.in.orig Thu Jul 9 15:50:06 1998
++++ Makefile.in Tue Mar 9 20:33:26 1999
+@@ -51,7 +51,7 @@
+ nwrite: $(OBJECTS)
+ $(CC) $(CFLAGS) -o nwrite $(OBJECTS) $(LDFLAGS)
--DEST = /usr/local
-+DEST = $(PREFIX)
- BIN = $(DEST)/bin
- MAN = $(DEST)/man
+-install: Makefile installbin installman$(MANGZ) installrc
++install: Makefile installbin installman$(MANGZ)
+ installbin: nwrite
+ -mv $(BIN)/nwrite $(BIN)/nwrite.old
+@@ -59,15 +59,12 @@
+ strip $(BIN)/nwrite
+
+ installman: nwrite.1
+- -\rm $(MAN)/cat1/nwrite.1
+- $(INSTALL) -c -m 644 nwrite.1 $(MAN)/cat1/nwrite.1
++ -\rm $(MAN)/man1/nwrite.1
++ $(INSTALL) -c -m 644 nwrite.1 $(MAN)/man1/nwrite.1
+
+ installman-gz: installman
+ -\rm $(MAN)/cat1/nwrite.1.gz
+ gzip $(MAN)/cat1/nwrite.1
+-
+-installrc: nwrite.rc
+- $(INSTALL) -c -m 644 nwrite.rc $(SYSTEM_NWRITERC)
+
+ Makefile: Makefile.in
+ sh ./config.status