diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-15 20:13:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-15 20:13:10 +0800 |
commit | cb06fb2c3f5cbe9354987187e9ea170232556e7b (patch) | |
tree | ed730f6d36c6a0ed81535809091dca5376c2fa2e /print | |
parent | 1e7b8ea25584dcf4167d9c880cd0eddee71ddf8f (diff) | |
download | freebsd-ports-gnome-cb06fb2c3f5cbe9354987187e9ea170232556e7b.tar.gz freebsd-ports-gnome-cb06fb2c3f5cbe9354987187e9ea170232556e7b.tar.zst freebsd-ports-gnome-cb06fb2c3f5cbe9354987187e9ea170232556e7b.zip |
- Convert to USES=metaport
- BUILD_DEPENDS are not needed for a metaport
- Substitude real paths in pkg-message
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 12 | ||||
-rw-r--r-- | print/cups/files/pkg-message.in (renamed from print/cups/pkg-message) | 0 |
2 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> diff --git a/print/cups/pkg-message b/print/cups/files/pkg-message.in index 9aae2ed36351..9aae2ed36351 100644 --- a/print/cups/pkg-message +++ b/print/cups/files/pkg-message.in |