diff options
-rw-r--r-- | print/cups-base/Makefile | 4 | ||||
-rw-r--r-- | print/cups-base/pkg-plist | 1 | ||||
-rw-r--r-- | print/cups-lpr/Makefile | 4 |
3 files changed, 3 insertions, 6 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index c9c381d4f0c9..6c7f54778784 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -17,8 +17,6 @@ MASTER_SITES= ${CUPS_MASTER_SITES} MAINTAINER= asa@gascom.ru COMMENT= The Common UNIX Printing System: headers, libs, & daemons -FORBIDDEN= "Changes ownership of system directories" - USE_REINPLACE= yes INSTALLS_SHLIB= yes @@ -27,7 +25,7 @@ MANLANG= "" fr post-patch: @${REINPLACE_CMD} -e '/SILENT/d' \ ${WRKSRC}/Makedefs.in - @${REINPLACE_CMD} -e '/LN/d' \ + @${REINPLACE_CMD} -e '/LN/d' -e '/cat/d' \ ${WRKSRC}/man/Makefile ${WRKSRC}/man/fr/Makefile pre-install: diff --git a/print/cups-base/pkg-plist b/print/cups-base/pkg-plist index bc72657f4d15..992996aac8a3 100644 --- a/print/cups-base/pkg-plist +++ b/print/cups-base/pkg-plist @@ -400,6 +400,7 @@ share/locale/zh_CN/cups_zh_CN @unexec rmdir %D/share/locale/fr 2>/dev/null || true @unexec rmdir %D/share/locale/es 2>/dev/null || true @unexec rmdir %D/share/locale/en 2>/dev/null || true +@unexec rmdir %D/share/locale/en_US 2>/dev/null || true @unexec rmdir %D/share/locale/de 2>/dev/null || true @unexec rmdir %D/share/locale/cs 2>/dev/null || true @unexec rmdir %D/share/locale/be 2>/dev/null || true diff --git a/print/cups-lpr/Makefile b/print/cups-lpr/Makefile index 3d370ab128ba..5c6dc90fd0ce 100644 --- a/print/cups-lpr/Makefile +++ b/print/cups-lpr/Makefile @@ -17,8 +17,6 @@ MASTER_SITES= ${CUPS_MASTER_SITES} MAINTAINER= asa@gascom.ru COMMENT= The CUPS BSD and system V compatibility binaries (lp* commands) -FORBIDDEN= "Changes ownership of system directories" - USE_REINPLACE= yes MANLANG= "" fr @@ -43,7 +41,7 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e '/SILENT/d' \ ${WRKSRC}/Makedefs.in - @${REINPLACE_CMD} -e '/LN/d' \ + @${REINPLACE_CMD} -e '/LN/d' -e '/cat/d' \ ${WRKSRC}/man/Makefile ${WRKSRC}/man/fr/Makefile post-install: |