mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
gnu/rcs/rcs and rcsfreeze have the wrong man extension in their Makefiles (.0)
This commit is contained in:
parent
0d01087b28
commit
f501a86e55
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121
@ -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