aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-05-16 22:09:03 +0800
committerdinoex <dinoex@FreeBSD.org>2009-05-16 22:09:03 +0800
commit6b3a6ea980cbd66e6183c35437cb11556299376a (patch)
treea9ba089061a702e424a9c163274547436eb7c3b4
parent56fc328f28abdf3e56ccd3d9e49c2c496ee13939 (diff)
downloadfreebsd-ports-gnome-6b3a6ea980cbd66e6183c35437cb11556299376a.tar.gz
freebsd-ports-gnome-6b3a6ea980cbd66e6183c35437cb11556299376a.tar.zst
freebsd-ports-gnome-6b3a6ea980cbd66e6183c35437cb11556299376a.zip
- cleanup: no pkg_message for slave ports
-rw-r--r--print/cups-base/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index 5009e3ccce97..4a30536ac7cc 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -65,6 +65,7 @@ CUPS_SUFFIX= -client
INSTALL_WRKSRC= ${WRKSRC}/cups
PLIST= ${MASTERDIR}/pkg-plist.client
USE_LDCONFIG= yes
+PKGMESSAGE= ${NONEXISTENT}
.elif defined(CUPS_IMAGE)
CUPS_SUFFIX= -image
LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client \
@@ -75,6 +76,7 @@ CONFIGURE_ARGS+= --disable-pdftops
INSTALL_WRKSRC= ${WRKSRC}/filter
PLIST= ${MASTERDIR}/pkg-plist.image
USE_LDCONFIG= yes
+PKGMESSAGE= ${NONEXISTENT}
.else
CUPS_SUFFIX= -base
LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client \