gnu/rcs/rcs and rcsfreeze have the wrong man extension in their
Makefiles (.0)
This commit is contained in:
nate 1993-07-14 18:42:35 +00:00
parent 780b2904e1
commit 11fc15d53f
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -1,4 +1,4 @@
MAN1= rcsfreeze.0
MAN1= rcsfreeze.1
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \