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 | |
parent | 4f8677eb55ec5dfc7a295d7d5f16399d86ca7122 (diff) |
Notes
Diffstat (limited to 'print')
-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} |