diff options
author | George C A Reid <greid@FreeBSD.org> | 2002-07-16 15:20:34 +0000 |
---|---|---|
committer | George C A Reid <greid@FreeBSD.org> | 2002-07-16 15:20:34 +0000 |
commit | ceec39b761c9a9380b45fd89843e2553cc338284 (patch) | |
tree | 049dbd9d5470415377ab64102d23e74bfb86c85c /shells/osh/files/patch-aa | |
parent | - Update to version 1.2.5 (diff) |
Update to 020214
PR: 37851
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
Notes
Notes:
svn path=/head/; revision=63087
Diffstat (limited to 'shells/osh/files/patch-aa')
-rw-r--r-- | shells/osh/files/patch-aa | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/shells/osh/files/patch-aa b/shells/osh/files/patch-aa index e3678c333e48..c378b9404f2c 100644 --- a/shells/osh/files/patch-aa +++ b/shells/osh/files/patch-aa @@ -1,9 +1,9 @@ ---- makefile.orig Mon Nov 27 19:32:14 2000 -+++ makefile Fri Dec 29 15:31:35 2000 -@@ -7,11 +7,10 @@ - #CPPFLAGS = - #LDFLAGS = - #LIBS = -lefence +--- makefile.orig Wed May 8 03:24:49 2002 ++++ makefile Wed May 8 03:25:01 2002 +@@ -2,11 +2,10 @@ + + # CONFIGURATION + -PREFIX = /usr/local BINDIR = $(PREFIX)/bin MANDIR = $(PREFIX)/man @@ -13,9 +13,3 @@ # CONFIGURATION ENDS -@@ -41,4 +40,4 @@ - install: - $(MAKE) - $(INSTALL) -c -s $(EXE) $(BINDIR) -- $(INSTALL) -c -m 644 $(MAN) $(MANSECT) -+ $(INSTALL) -c -m 444 $(MAN) $(MANSECT) |