add missing MANLANG for French manpages
This commit is contained in:
parent
873746296b
commit
0eef67a91c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74537
2 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,8 @@ post-install:
|
|||
if test ! -f ${f}.N; then cp -p ${f} ${f}.N; else true; fi
|
||||
.endfor # classes.conf client.conf cupsd.conf printers.conf
|
||||
|
||||
MANLANG= "" fr
|
||||
|
||||
.include "${.CURDIR}/../../print/cups/Makefile.common"
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${FILESDIR}/manpages.mk"
|
||||
|
|
|
@ -20,6 +20,8 @@ post-install:
|
|||
${FIND} ${PREFIX}/man/cat* -type l -name '*.0' -delete
|
||||
${FIND} ${PREFIX}/man/fr/cat* -type l -name '*.0' -delete
|
||||
|
||||
MANLANG= "" fr
|
||||
|
||||
.include "${.CURDIR}/../../print/cups/Makefile.common"
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${FILESDIR}/manpages.mk"
|
||||
|
|
Loading…
Reference in a new issue