mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Unmark FORBIDDEN, and fix the permissions issue.
Submitted by: maintainer
This commit is contained in:
parent
3267bf0a95
commit
e7247d5d2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99827
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user