aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups-lpr/Makefile
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-07-21 22:28:32 +0800
committerarved <arved@FreeBSD.org>2003-07-21 22:28:32 +0800
commit00bd6ad0cb7098d246dab4468ceb021cad7bc2a8 (patch)
treedac0a9f77e0aee0137b03d50d65f8cfbba39bf20 /print/cups-lpr/Makefile
parent5b38028e69ef950684838e4811e824fbc2633a8a (diff)
downloadfreebsd-ports-gnome-00bd6ad0cb7098d246dab4468ceb021cad7bc2a8.tar.gz
freebsd-ports-gnome-00bd6ad0cb7098d246dab4468ceb021cad7bc2a8.tar.zst
freebsd-ports-gnome-00bd6ad0cb7098d246dab4468ceb021cad7bc2a8.zip
Update to 1.1.19
Diffstat (limited to 'print/cups-lpr/Makefile')
-rw-r--r--print/cups-lpr/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/print/cups-lpr/Makefile b/print/cups-lpr/Makefile
index 6d47ef0bba97..aec4c29becbe 100644
--- a/print/cups-lpr/Makefile
+++ b/print/cups-lpr/Makefile
@@ -17,11 +17,20 @@ MASTER_SITES= ${CUPS_MASTER_SITES}
MAINTAINER= ports@FreeBSD.org
COMMENT= The CUPS BSD and system V compatibility binaries (lp* commands)
+USE_REINPLACE= yes
+
+MANLANG= "" fr
+
+post-patch:
+ @${REINPLACE_CMD} -e '/SILENT/d' \
+ ${WRKSRC}/Makedefs.in
+ @${REINPLACE_CMD} -e '/LN/d' \
+ ${WRKSRC}/man/Makefile ${WRKSRC}/man/fr/Makefile
+
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>