From d1e8e640e9ddb3f555d4076a99143e831d3cfd59 Mon Sep 17 00:00:00 2001 From: alane Date: Wed, 22 Jan 2003 13:54:55 +0000 Subject: Long awaited update to 1.1.18.0 --- print/cups-pstoraster/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'print/cups-pstoraster') diff --git a/print/cups-pstoraster/Makefile b/print/cups-pstoraster/Makefile index 9db3d17944eb..f228e0ed2f63 100644 --- a/print/cups-pstoraster/Makefile +++ b/print/cups-pstoraster/Makefile @@ -7,7 +7,7 @@ PORTNAME= cups-pstoraster PORTVERSION= 7.05.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.easysw.com/pub/ghostscript/ @@ -16,8 +16,8 @@ DISTNAME= espgs-${PORTVERSION}-source MAINTAINER= alane@FreeBSD.org -LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base -RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/fonts.scale:${PORTSDIR}/print/ghostscript-gnu +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +RUN_DEPENDS+= ${LOCALBASE}/share/ghostscript/fonts/fonts.scale:${PORTSDIR}/print/ghostscript-gnu WRKSRC= ${WRKDIR}/espgs-${PORTVERSION} @@ -48,5 +48,9 @@ do-install: ${PREFIX}/etc/cups ${INSTALL_SCRIPT} ${WRKSRC}/pstoraster/pstoraster \ ${PREFIX}/libexec/cups/filter + ${CHOWN} -R ${CUPSOWN}:${CUPSGRP} \ + ${PREFIX}/etc/cups ${PREFIX}/libexec/cups/filter -.include +.include "${.CURDIR}/../../print/cups/Makefile.common" +.include +.include -- cgit