diff options
author | Adam David <adam@FreeBSD.org> | 1996-03-03 11:33:46 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1996-03-03 11:33:46 +0000 |
commit | 02629f3091c2810b665b5bfd5be4ccefdf21920d (patch) | |
tree | ab2972d73714b7051bde7f64756d6e5b6a86006d /editors | |
parent | 6253533986d36a8aaf771e81e4cc0119963a11fb (diff) | |
download | ports-02629f3091c2810b665b5bfd5be4ccefdf21920d.tar.gz ports-02629f3091c2810b665b5bfd5be4ccefdf21920d.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/beav/files/patch-a | 19 | ||||
-rw-r--r-- | editors/beav/pkg-plist | 1 |
2 files changed, 19 insertions, 1 deletions
diff --git a/editors/beav/files/patch-a b/editors/beav/files/patch-a index 94ce9843e9bb..cbe1db61f0ce 100644 --- a/editors/beav/files/patch-a +++ b/editors/beav/files/patch-a @@ -23,7 +23,7 @@ diff -c beav-140.orig/Makefile beav-140/Makefile $(CC) $(CFLAGS) $(OFILES) -s -ltermcap -lc -o beav ! (OFILES): $(HFILES) ---- 14,25 ---- +--- 14,26 ---- HFILES= def.h @@ -32,6 +32,7 @@ diff -c beav-140.orig/Makefile beav-140/Makefile ! install: beav ! install -c -s -m 755 -g bin -o bin beav $(PREFIX)/bin +! install -c -m 644 -g bin -o bin beav140.txt $(PREFIX)/share/doc/beav.txt ! install -c -m 644 -g bin -o bin beav.1 $(PREFIX)/man/man1 ! gzip -9nf $(PREFIX)/man/man1/beav.1 ! @@ -71,3 +72,19 @@ diff -c beav-140.orig/tcap.c beav-140/tcap.c #endif /* BSD */ #ifdef ULTRIX struct winsize ttysize; +diff -c beav-140.orig/beav.1 beav-140/beav.1 +*** beav-140.orig/beav.1 Sun Mar 3 03:13:16 1996 +--- beav-140/beav.1 Sun Mar 3 03:14:31 1996 +*************** +*** 59,63 **** + If there is any data that has not been saved you will be warned. + .PP + .SH FILES +! /usr/doc/beav/beav.txt + +--- 59,63 ---- + If there is any data that has not been saved you will be warned. + .PP + .SH FILES +! /usr/local/share/doc/beav.txt + diff --git a/editors/beav/pkg-plist b/editors/beav/pkg-plist index 07bdd9067193..b3356cd327cc 100644 --- a/editors/beav/pkg-plist +++ b/editors/beav/pkg-plist @@ -1,2 +1,3 @@ bin/beav man/man1/beav.1.gz +share/doc/beav.txt |