summaryrefslogtreecommitdiff
path: root/print/cups-pstoraster
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-01-22 13:54:55 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-01-22 13:54:55 +0000
commit7a8ec77ba3661bc9f23b1bfc876311a0d893ee3f (patch)
tree0ea8682fbdd0a54ca5bb5040857eb367f9a34e04 /print/cups-pstoraster
parentUpdate 21.4.11 to 21.4.12. (diff)
Long awaited update to 1.1.18.0
Notes
Notes: svn path=/head/; revision=73780
Diffstat (limited to 'print/cups-pstoraster')
-rw-r--r--print/cups-pstoraster/Makefile12
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>