aboutsummaryrefslogtreecommitdiff
path: root/print/cups-pstoraster
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-12-16 19:18:02 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-12-16 19:18:02 +0000
commitf34d5240689b59f94a3fba423af5b4245c839815 (patch)
treebbb8c480b1733e5b93d2e2f3bdce6495716d348e /print/cups-pstoraster
parent3aaf8e8ba0b3dd3ab5debb0196a5c80267dfc11e (diff)
downloadports-f34d5240689b59f94a3fba423af5b4245c839815.tar.gz
ports-f34d5240689b59f94a3fba423af5b4245c839815.zip
Remove offending chown-age.
Notes
Notes: svn path=/head/; revision=124224
Diffstat (limited to 'print/cups-pstoraster')
-rw-r--r--print/cups-pstoraster/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/print/cups-pstoraster/Makefile b/print/cups-pstoraster/Makefile
index 4161d09c8262..0e34487aafd3 100644
--- a/print/cups-pstoraster/Makefile
+++ b/print/cups-pstoraster/Makefile
@@ -19,8 +19,6 @@ DIST_SUBDIR= ghostscript
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU Postscript interpreter for CUPS printing to non-PS printers
-BROKEN= Changes ownership of previously installed files
-
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/${PORTVERSION}/lib/gs_init.ps:${PORTSDIR}/print/ghostscript-gnu
@@ -68,8 +66,6 @@ do-install:
.for file in pstopxl pstoraster
${INSTALL_SCRIPT} ${ESPGS_WRKSRC}/${file} ${PREFIX}/libexec/cups/filter
.endfor
- ${CHOWN} -R ${CUPSOWN}:${CUPSGRP} \
- ${PREFIX}/etc/cups ${PREFIX}/libexec/cups/filter
.for file in pxlcolor.ppd pxlmono.ppd
${INSTALL_DATA} ${ESPGS_WRKSRC}/${file} ${PREFIX}/share/cups/model
.endfor