summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/rcs
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1993-07-14 18:42:35 +0000
committernate <nate@FreeBSD.org>1993-07-14 18:42:35 +0000
commit11fc15d53f760d42b22fe441368b6a2fc1b99807 (patch)
tree97262b524e0fe17287595b314c4f8c0f86461577 /gnu/usr.bin/rcs
parent780b2904e1d5c46a6ee2e363621ef244298e3281 (diff)
downloadFreeBSD-src-11fc15d53f760d42b22fe441368b6a2fc1b99807.zip
FreeBSD-src-11fc15d53f760d42b22fe441368b6a2fc1b99807.tar.gz
chmr@edvz.tu-graz.ac.at
gnu/rcs/rcs and rcsfreeze have the wrong man extension in their Makefiles (.0)
Diffstat (limited to 'gnu/usr.bin/rcs')
-rw-r--r--gnu/usr.bin/rcs/rcs/Makefile4
-rw-r--r--gnu/usr.bin/rcs/rcsfreeze/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/rcs/rcs/Makefile b/gnu/usr.bin/rcs/rcs/Makefile
index 806d1d2..e3cd12e 100644
--- a/gnu/usr.bin/rcs/rcs/Makefile
+++ b/gnu/usr.bin/rcs/rcs/Makefile
@@ -4,8 +4,8 @@ CFLAGS+= -I${.CURDIR}/../lib
LDADD= ${LIBRCS}
DPADD= ${LIBRCS}
-MAN1= rcs.0 rcsintro.0
-MAN5= rcsfile.0
+MAN1= rcs.1 rcsintro.1
+MAN5= rcsfile.5
.include "../../Makefile.inc"
.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/rcs/rcsfreeze/Makefile b/gnu/usr.bin/rcs/rcsfreeze/Makefile
index f0b9032..c1b4841 100644
--- a/gnu/usr.bin/rcs/rcsfreeze/Makefile
+++ b/gnu/usr.bin/rcs/rcsfreeze/Makefile
@@ -1,4 +1,4 @@
-MAN1= rcsfreeze.0
+MAN1= rcsfreeze.1
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
OpenPOWER on IntegriCloud