diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-02 17:41:37 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-02 17:41:37 +0000 |
commit | d66b49c00e76d29e5dbdce379018867fd106eb16 (patch) | |
tree | c3beebfef034e62f137d30e129830b1d3399bcf3 /print/cups-lpr/Makefile | |
parent | 24d63de762cf6b365c88da0012a688208c6a6f42 (diff) | |
download | FreeBSD-ports-d66b49c00e76d29e5dbdce379018867fd106eb16.zip FreeBSD-ports-d66b49c00e76d29e5dbdce379018867fd106eb16.tar.gz |
Unmark FORBIDDEN, and fix the permissions issue.
Submitted by: maintainer
Diffstat (limited to 'print/cups-lpr/Makefile')
-rw-r--r-- | print/cups-lpr/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/cups-lpr/Makefile b/print/cups-lpr/Makefile index 3d370ab..5c6dc90 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: |