aboutsummaryrefslogtreecommitdiff
path: root/textproc/sgrep2/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /textproc/sgrep2/files/patch-aa
parentc2ed1d8a3eee6f0edbbd6033ea2f1717399741e2 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Notes
Notes: svn path=/head/; revision=35216 svn path=/tags/RELEASE_4_2_0/; revision=35217; tag=release/4.2.0
Diffstat (limited to 'textproc/sgrep2/files/patch-aa')
-rw-r--r--textproc/sgrep2/files/patch-aa30
1 files changed, 0 insertions, 30 deletions
diff --git a/textproc/sgrep2/files/patch-aa b/textproc/sgrep2/files/patch-aa
deleted file mode 100644
index d4e33b33f4dd..000000000000
--- a/textproc/sgrep2/files/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
---- Makefile-- Wed Apr 29 12:08:55 1998
-+++ Makefile Wed Apr 29 12:20:29 1998
-@@ -10,11 +10,11 @@
- #
-
- # This is where the executable goes
--BINDIR = /usr/local/bin/
-+BINDIR = ${PREFIX}/bin
- # Where sgrep library files are placed (sgreprc)
--LIBDIR = /usr/local/lib
-+LIBDIR = ${PREFIX}/share
- # Where the manual page goes
--MANFILE = /usr/local/man/man1/sgrep.1
-+MANFILE = ${PREFIX}/man/man1/sgrep.1
- # Where the sample rc file goes
- RCFILE = $(LIBDIR)/sgreprc
- # If you can't install as root you might wan't to use this as rc file
-@@ -45,11 +45,7 @@
- clean:
- -rm -f $(OBJECTS)
-
--install: sgrep
-- cp sgrep $(BINDIR)/sgrep
-- chmod 755 $(BINDIR)/sgrep
-- cp sgrep.1 $(MANFILE)
-- chmod 644 $(MANFILE)
-+install:
-
- install.rc: sample.sgreprc
- cp sample.sgreprc $(RCFILE)