add missing MANLANG for French manpages

This commit is contained in:
Alan Eldridge 2003-02-02 22:21:07 +00:00
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

View file

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

View file

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