mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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
@ -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 New Issue
Block a user