aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-12-10 14:05:59 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-12-10 14:05:59 +0000
commitad71a0e281e5a8f05baf1b144c3b760f04a865da (patch)
tree1509711ccc5e44e282b81d856e49bc55bdb4c46d /print
parent3cb687a3d643cdbdae51e281964840f267198ed0 (diff)
downloadports-ad71a0e281e5a8f05baf1b144c3b760f04a865da.tar.gz
ports-ad71a0e281e5a8f05baf1b144c3b760f04a865da.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/cups-base/Makefile2
-rw-r--r--print/cups/Makefile7
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>