diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-22 13:54:55 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-22 13:54:55 +0000 |
commit | 7a8ec77ba3661bc9f23b1bfc876311a0d893ee3f (patch) | |
tree | 0ea8682fbdd0a54ca5bb5040857eb367f9a34e04 /print/cups-pstoraster | |
parent | 8fb7c2db6338ef131719f1774c232422787bf989 (diff) | |
download | ports-7a8ec77ba3661bc9f23b1bfc876311a0d893ee3f.tar.gz ports-7a8ec77ba3661bc9f23b1bfc876311a0d893ee3f.zip |
Notes
Diffstat (limited to 'print/cups-pstoraster')
-rw-r--r-- | print/cups-pstoraster/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
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 <bsd.port.mk> +.include "${.CURDIR}/../../print/cups/Makefile.common" +.include <bsd.port.pre.mk> +.include <bsd.port.post.mk> |