diff options
author | lofi <lofi@FreeBSD.org> | 2004-02-04 02:53:18 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-02-04 02:53:18 +0800 |
commit | 6c2bfe0e05990bb024ce3f096a936eb005503fdf (patch) | |
tree | 71b45f217629fa1b2b8ad6f46ead14b948b440f1 | |
parent | f4298d55e522257bbfc23d57609261d258c8e6e3 (diff) | |
download | freebsd-ports-gnome-6c2bfe0e05990bb024ce3f096a936eb005503fdf.tar.gz freebsd-ports-gnome-6c2bfe0e05990bb024ce3f096a936eb005503fdf.tar.zst freebsd-ports-gnome-6c2bfe0e05990bb024ce3f096a936eb005503fdf.zip |
Fix some fallout from the permissions-fix.
Noticed by: kde-freebsd buildcluster.
-rw-r--r-- | print/cups-base/Makefile | 1 | ||||
-rw-r--r-- | print/cups-lpr/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 6c7f54778784..94c8b9eb9bc1 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -44,7 +44,6 @@ post-install: .endfor # mime.convs mime.types cd ${CUPS_RCDIR}; ${MV} cups cups.sh.sample ${FIND} ${PREFIX}/man/cat* -type l -name '*.0' -delete - ${FIND} ${PREFIX}/man/fr/cat* -type l -name '*.0' -delete ${MKDIR} ${CUPS_SPOOLDIR} ${CUPS_SPOOLDIR}/tmp ${CHOWN} -R ${CUPSOWN}:${CUPSGRP} ${CUPS_SPOOLDIR} ${CHMOD} -R g+w ${CUPS_SPOOLDIR} diff --git a/print/cups-lpr/Makefile b/print/cups-lpr/Makefile index 5c6dc90fd0ce..411d82541672 100644 --- a/print/cups-lpr/Makefile +++ b/print/cups-lpr/Makefile @@ -46,7 +46,6 @@ post-patch: post-install: ${FIND} ${PREFIX}/man/cat* -type l -name '*.0' -delete - ${FIND} ${PREFIX}/man/fr/cat* -type l -name '*.0' -delete .ifdef CUPS_OVERWRITE_BASE ${SH} ${PKGINSTALL} placeholder POST-INSTALL @${CAT} ${PKGMESSAGE} |