summaryrefslogtreecommitdiff
path: root/editors/beav/files/patch-a
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-23 02:10:57 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-23 02:10:57 +0000
commite49e6b4ea0d3943f052eb84f7af0347061fe898a (patch)
treee2d8e69ef734bba5c0185e28807de2cd9244b4a6 /editors/beav/files/patch-a
parentUse the MANx variables. (diff)
Use MAN1. Don't be as gratuitously stupid about it (and installing
in general) as before.
Diffstat (limited to 'editors/beav/files/patch-a')
-rw-r--r--editors/beav/files/patch-a9
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/beav/files/patch-a b/editors/beav/files/patch-a
index 0e5e5ab49f5f..57651203ddf5 100644
--- a/editors/beav/files/patch-a
+++ b/editors/beav/files/patch-a
@@ -8,7 +8,7 @@
CC=gcc
OFILES= basic.o ebcdic.o fileio.o region.o text.o wangpc.o \
-@@ -16,10 +16,17 @@
+@@ -16,10 +16,16 @@
HFILES= def.h prototyp.h
@@ -18,11 +18,10 @@
+ $(CC) $(CFLAGS) $(OFILES) -ltermcap -o beav
+
+install: beav
-+ install -c -s -m 755 -g bin -o bin beav $(PREFIX)/bin
++ $(BSD_INSTALL_PROGRAM) beav $(PREFIX)/bin
+ mkdir -p $(PREFIX)/share/doc/beav
-+ install -c -m 644 -g bin -o bin beav140.txt $(PREFIX)/share/doc/beav/beav.txt
-+ install -c -m 644 -g bin -o bin beav.1 $(PREFIX)/man/man1
-+ gzip -9nf $(PREFIX)/man/man1/beav.1
++ $(BSD_INSTALL_DATA) beav140.txt $(PREFIX)/share/doc/beav/beav.txt
++ $(BSD_INSTALL_MAN) beav.1 $(PREFIX)/man/man1
clean:
rm -f *.o beav