diff options
author | lofi <lofi@FreeBSD.org> | 2004-12-17 03:18:02 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-12-17 03:18:02 +0800 |
commit | e7a69982f0b1e2dae172d19863d547087b3e0999 (patch) | |
tree | 4ab728e4b377d4e6b39e39cc99317300576014ba /print | |
parent | 873b8d59abb8de32a82206005ea8dc9ec6a6939e (diff) | |
download | freebsd-ports-gnome-e7a69982f0b1e2dae172d19863d547087b3e0999.tar.gz freebsd-ports-gnome-e7a69982f0b1e2dae172d19863d547087b3e0999.tar.zst freebsd-ports-gnome-e7a69982f0b1e2dae172d19863d547087b3e0999.zip |
Remove offending chown-age.
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 |