gnu/rcs/rcs and rcsfreeze have the wrong man extension in their Makefiles (.0)
This commit is contained in:
parent
780b2904e1
commit
11fc15d53f
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MAN1= rcsfreeze.0
|
||||
MAN1= rcsfreeze.1
|
||||
|
||||
afterinstall:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
|
Loading…
Reference in New Issue
Block a user