diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-10 22:05:59 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-10 22:05:59 +0800 |
commit | 91c3e94a40c628e1f24feaea131731bfa2bbbeb4 (patch) | |
tree | cd5c3a1b01ce9baaaf81731cd6aa8fe5bfdd0038 /print | |
parent | 853065f6c8ee000f642c5197571df243172e2bb0 (diff) | |
download | freebsd-ports-gnome-91c3e94a40c628e1f24feaea131731bfa2bbbeb4.tar.gz freebsd-ports-gnome-91c3e94a40c628e1f24feaea131731bfa2bbbeb4.tar.zst freebsd-ports-gnome-91c3e94a40c628e1f24feaea131731bfa2bbbeb4.zip |
- take maintainership
- virtualie meta package
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 2 | ||||
-rw-r--r-- | print/cups/Makefile | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index fd421680edc9..b913ab9d2910 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -14,7 +14,7 @@ CATEGORIES= print MASTER_SITES= EASYSW/${PORTNAME}/${DISTVERSION} PKGNAMESUFFIX= -base -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= Common UNIX Printing System LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/print/cups/Makefile b/print/cups/Makefile index a657c2ef4b25..1d6d738bc50f 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -13,16 +13,13 @@ CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= Common UNIX Printing System: Metaport to install complete system RUN_DEPENDS= espgs:${PORTSDIR}/print/cups-pstoraster \ cupsd:${PORTSDIR}/print/cups-base -.if make(package) -DEPENDS_TARGET="package" -.endif # make(package) NO_BUILD= yes -do-install: # empty +NO_INSTALL= yes .include <bsd.port.mk> |