diff options
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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> |