From cb06fb2c3f5cbe9354987187e9ea170232556e7b Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Mon, 15 Jun 2015 12:13:10 +0000 Subject: - Convert to USES=metaport - BUILD_DEPENDS are not needed for a metaport - Substitude real paths in pkg-message --- print/cups/Makefile | 12 +++++------- print/cups/files/pkg-message.in | 9 +++++++++ print/cups/pkg-message | 9 --------- 3 files changed, 14 insertions(+), 16 deletions(-) create mode 100644 print/cups/files/pkg-message.in delete mode 100644 print/cups/pkg-message (limited to 'print') 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 diff --git a/print/cups/files/pkg-message.in b/print/cups/files/pkg-message.in new file mode 100644 index 000000000000..9aae2ed36351 --- /dev/null +++ b/print/cups/files/pkg-message.in @@ -0,0 +1,9 @@ +====================================================================== + +CUPS is now installed. + +Please read the documentation in %%PREFIX%%/share/doc/cups/ for information +on how to set up your printer to use CUPS. Basic template configuration files +have been installed in %%PREFIX%%/etc/cups/ + +====================================================================== diff --git a/print/cups/pkg-message b/print/cups/pkg-message deleted file mode 100644 index 9aae2ed36351..000000000000 --- a/print/cups/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -====================================================================== - -CUPS is now installed. - -Please read the documentation in %%PREFIX%%/share/doc/cups/ for information -on how to set up your printer to use CUPS. Basic template configuration files -have been installed in %%PREFIX%%/etc/cups/ - -====================================================================== -- cgit