summaryrefslogtreecommitdiff
path: root/print
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
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')
-rw-r--r--print/cups-base/Makefile2
-rw-r--r--print/cups-lpr/Makefile3
-rw-r--r--print/cups/Makefile8
3 files changed, 3 insertions, 10 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index e6a4aa2a9bc1..097be8820344 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -53,5 +53,3 @@ post-install:
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>
-
-#EOF
diff --git a/print/cups-lpr/Makefile b/print/cups-lpr/Makefile
index aec4c29becbe..5853b3a17126 100644
--- a/print/cups-lpr/Makefile
+++ b/print/cups-lpr/Makefile
@@ -31,10 +31,7 @@ post-install:
${FIND} ${PREFIX}/man/cat* -type l -name '*.0' -delete
${FIND} ${PREFIX}/man/fr/cat* -type l -name '*.0' -delete
-
.include "${.CURDIR}/../../print/cups/Makefile.common"
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>
-
-#EOF
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