diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-03 18:53:18 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-03 18:53:18 +0000 |
commit | 091be4305feefebd083ce4b486166acfeef47449 (patch) | |
tree | a70d5df6178f1fcb6d6d78aac38a50fa86826b54 /print/cups-base | |
parent | 4f8677eb55ec5dfc7a295d7d5f16399d86ca7122 (diff) |
Notes
Diffstat (limited to 'print/cups-base')
-rw-r--r-- | print/cups-base/Makefile | 1 |
1 files changed, 0 insertions, 1 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} |