From 547b476e7ac299ef8653a388c45c75f27b585186 Mon Sep 17 00:00:00 2001 From: will Date: Thu, 16 May 2002 00:01:34 +0000 Subject: Hide bin/kotalkd behind KTALKD PLIST_SUB moniker. Allow UTMP to be overridable just in case it's necessary. Found by: bento (fwd by kris) --- net/kdenetwork3/Makefile | 4 ++-- net/kdenetwork3/pkg-plist | 2 +- net/kdenetwork4/Makefile | 4 ++-- net/kdenetwork4/pkg-plist | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'net') diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 8c8f38225ea3..383e50438e12 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -32,14 +32,14 @@ CONFIGURE_ARGS+=--disable-debug USE_GMAKE= yes MAKE_ENV= ${CONFIGURE_ENV} -UTMP=/var/run/utmp +UTMP?= /var/run/utmp .if exists(${UTMP}) PLIST_SUB+= KTALKD="" .else PLIST_SUB+= KTALKD="@comment " pre-configure: @${ECHO_MSG} '===> NOTE: The file ${UTMP} was not found.' - @${ECHO_MSG} '===> NOTE: ktalkd, which requires ${UTMP}, will not be built.' + @${ECHO_MSG} '===> NOTE: ktalkd and kotalkd, which require ${UTMP}, will not be built.' .endif .include diff --git a/net/kdenetwork3/pkg-plist b/net/kdenetwork3/pkg-plist index bce43398e9d3..1c3cd4496801 100644 --- a/net/kdenetwork3/pkg-plist +++ b/net/kdenetwork3/pkg-plist @@ -6,7 +6,7 @@ bin/kmailcvt bin/knewstickerstub bin/knode bin/korn -bin/kotalkd +%%KTALKD%%bin/kotalkd bin/kppp bin/kppplogview bin/ksirc diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 8c8f38225ea3..383e50438e12 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -32,14 +32,14 @@ CONFIGURE_ARGS+=--disable-debug USE_GMAKE= yes MAKE_ENV= ${CONFIGURE_ENV} -UTMP=/var/run/utmp +UTMP?= /var/run/utmp .if exists(${UTMP}) PLIST_SUB+= KTALKD="" .else PLIST_SUB+= KTALKD="@comment " pre-configure: @${ECHO_MSG} '===> NOTE: The file ${UTMP} was not found.' - @${ECHO_MSG} '===> NOTE: ktalkd, which requires ${UTMP}, will not be built.' + @${ECHO_MSG} '===> NOTE: ktalkd and kotalkd, which require ${UTMP}, will not be built.' .endif .include diff --git a/net/kdenetwork4/pkg-plist b/net/kdenetwork4/pkg-plist index bce43398e9d3..1c3cd4496801 100644 --- a/net/kdenetwork4/pkg-plist +++ b/net/kdenetwork4/pkg-plist @@ -6,7 +6,7 @@ bin/kmailcvt bin/knewstickerstub bin/knode bin/korn -bin/kotalkd +%%KTALKD%%bin/kotalkd bin/kppp bin/kppplogview bin/ksirc -- cgit