summaryrefslogtreecommitdiff
path: root/editors/bpatch
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-23 02:34:23 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-23 02:34:23 +0000
commit23bcef9463e0bb6afb7f49c1e30c223319559302 (patch)
tree7a644dc7f7951a3f3d660f1229738974b8d226b2 /editors/bpatch
parentClarify. (diff)
Use MAN1. Install correctly from usermode.
Notes
Notes: svn path=/head/; revision=12731
Diffstat (limited to 'editors/bpatch')
-rw-r--r--editors/bpatch/Makefile3
-rw-r--r--editors/bpatch/files/patch-aa15
-rw-r--r--editors/bpatch/pkg-plist1
3 files changed, 8 insertions, 11 deletions
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 <bsd.port.mk>
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