diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-02-02 22:21:07 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-02-02 22:21:07 +0000 |
commit | 0eef67a91c453061fcb9b8e54af4623f7a5b8bd0 (patch) | |
tree | 63a163187ab94cfe84f3b709176bd38e4d9840a8 /print/cups-lpr | |
parent | 873746296b05c3358eadd504a9b025cc6dc219f7 (diff) | |
download | ports-0eef67a91c453061fcb9b8e54af4623f7a5b8bd0.tar.gz ports-0eef67a91c453061fcb9b8e54af4623f7a5b8bd0.zip |
Notes
Diffstat (limited to 'print/cups-lpr')
-rw-r--r-- | print/cups-lpr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/cups-lpr/Makefile b/print/cups-lpr/Makefile index 7f0cd84a5d5c..1d0a6da7014f 100644 --- a/print/cups-lpr/Makefile +++ b/print/cups-lpr/Makefile @@ -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" |