summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2003-11-14 17:28:15 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2003-11-14 17:28:15 +0000
commitf6153f1ccebf03c851e5d31e61f1e2d3628cff47 (patch)
tree2738a763e5195258e22ec5f78e1a3deabfecddf7 /print/cups
parentFix COMMENT spelling (diff)
Fix some ports that write something after bsd.port.mk
PR: 59254 Approved by: marcus (mentor)
Notes
Notes: svn path=/head/; revision=93964
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 265ce64d47e8..0dff075f98a6 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -19,9 +19,9 @@ EXTRACT_ONLY= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= The Common UNIX Printing System: Metaport to install complete system
-LIB_DEPENDS+= cups.2:${.CURDIR}/../../print/cups-base
-RUN_DEPENDS+= espgs:${.CURDIR}/../../print/cups-pstoraster \
- ${LOCALBASE}/sbin/cupsaddsmb:${.CURDIR}/../../print/cups-lpr
+LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
+RUN_DEPENDS+= espgs:${PORTSDIR}/print/cups-pstoraster \
+ ${LOCALBASE}/sbin/cupsaddsmb:${PORTSDIR}/print/cups-lpr
.if make(package)
DEPENDS_TARGET="package"
@@ -39,5 +39,3 @@ do-install:
.include "${.CURDIR}/../../print/cups/Makefile.common"
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>
-
-#EOF