From 23bcef9463e0bb6afb7f49c1e30c223319559302 Mon Sep 17 00:00:00 2001 From: Tim Vanderhoek Date: Sun, 23 Aug 1998 02:34:23 +0000 Subject: Use MAN1. Install correctly from usermode. --- editors/bpatch/Makefile | 3 ++- editors/bpatch/files/patch-aa | 15 ++++++--------- editors/bpatch/pkg-plist | 1 - 3 files changed, 8 insertions(+), 11 deletions(-) (limited to 'editors/bpatch') diff --git a/editors/bpatch/Makefile b/editors/bpatch/Makefile index 5bf81f67c80f..63e6599f29e5 100644 --- a/editors/bpatch/Makefile +++ b/editors/bpatch/Makefile @@ -3,7 +3,7 @@ # Date created: 18 March 1996 # Whom: joerg # -# $Id: Makefile,v 1.4 1998/08/02 18:21:40 joerg Exp $ +# $Id: Makefile,v 1.5 1998/08/23 02:24:37 hoek Exp $ # DISTNAME= bpatch @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/ MAINTAINER= joerg@FreeBSD.org +MAN1= bpatch.1 NO_WRKSUBDIR= yes .include diff --git a/editors/bpatch/files/patch-aa b/editors/bpatch/files/patch-aa index 859b2f6854d0..ca364e8af52a 100644 --- a/editors/bpatch/files/patch-aa +++ b/editors/bpatch/files/patch-aa @@ -1,6 +1,6 @@ --- /dev/null Mon Mar 18 12:50:49 1996 +++ Makefile Mon Mar 18 19:30:47 1996 -@@ -0,0 +1,42 @@ +@@ -0,0 +1,39 @@ +# This may have to change on your system. +# You may have to fiddle with various combinations of curses, termcap, +# terminfo, etc. Good luck! @@ -29,17 +29,14 @@ +#Microport sysV/AT, large model, for sdb debugger +#CFLAGS = -g -Ml + -+all: bpatch bpatch.1.gz ++all: bpatch + +clean: -+ rm -f bpatch bpatch.o bpatch.1.gz *.core ++ rm -f bpatch bpatch.o *.core + +bpatch: bpatch.o + $(CC) -o bpatch $(CFLAGS) bpatch.o $(GETOPT) $(LIBS) + -+bpatch.1.gz: bpatch.1 -+ gzip -c < bpatch.1 > bpatch.1.gz -+ -+install: bpatch bpatch.1.gz -+ install -c -o bin -g bin -m 555 bpatch ${DESTDIR}${BINDIR} -+ install -c -o bin -g bin -m 444 bpatch.1.gz ${DESTDIR}${MANDIR} ++install: bpatch bpatch.1 ++ $(BSD_INSTALL_PROGRAM) bpatch $(DESTDIR)$(BINDIR) ++ $(BSD_INSTALL_MAN) bpatch.1 $(DESTDIR)$(MANDIR) diff --git a/editors/bpatch/pkg-plist b/editors/bpatch/pkg-plist index 232f36efe9d4..48a4fa0ff1a3 100644 --- a/editors/bpatch/pkg-plist +++ b/editors/bpatch/pkg-plist @@ -1,2 +1 @@ bin/bpatch -man/man1/bpatch.1.gz -- cgit v1.2.3