aboutsummaryrefslogtreecommitdiff
path: root/print/cups/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-15 12:13:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-15 12:13:10 +0000
commita793c96ef356c007b3782ec88c4f421b9ab53cb8 (patch)
treeed730f6d36c6a0ed81535809091dca5376c2fa2e /print/cups/Makefile
parentfc6f5f0cf804ccbbeff04d2a0cb455c05dcf9459 (diff)
downloadports-a793c96ef356c007b3782ec88c4f421b9ab53cb8.tar.gz
ports-a793c96ef356c007b3782ec88c4f421b9ab53cb8.zip
- Convert to USES=metaport
- BUILD_DEPENDS are not needed for a metaport - Substitude real paths in pkg-message
Notes
Notes: svn path=/head/; revision=389698
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r--print/cups/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 3cc2c70919eb..df38410f989b 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -3,20 +3,18 @@
PORTNAME= cups
PORTVERSION= 2.0.3
+PORTREVISION= 1
CATEGORIES= print
-MASTER_SITES= # empty
-DISTFILES= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= Common UNIX Printing System: Metaport to install complete system
-BUILD_DEPENDS= espgs:${PORTSDIR}/${PKGCATEGORY}/cups-pstoraster \
+RUN_DEPENDS= espgs:${PORTSDIR}/${PKGCATEGORY}/cups-pstoraster \
lpr-cups:${PORTSDIR}/${PKGCATEGORY}/cups-base \
ttfread:${PORTSDIR}/${PKGCATEGORY}/cups-filters
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-NO_BUILD= yes
-NO_INSTALL= yes
-NO_MTREE= yes
+USES= metaport
+
+SUB_FILES= pkg-message
.include <bsd.port.mk>