diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-16 19:18:02 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-16 19:18:02 +0000 |
commit | f34d5240689b59f94a3fba423af5b4245c839815 (patch) | |
tree | bbb8c480b1733e5b93d2e2f3bdce6495716d348e /print | |
parent | 3aaf8e8ba0b3dd3ab5debb0196a5c80267dfc11e (diff) | |
download | ports-f34d5240689b59f94a3fba423af5b4245c839815.tar.gz ports-f34d5240689b59f94a3fba423af5b4245c839815.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-pstoraster/Makefile | 4 |
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 |