diff options
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r-- | net/kdenetwork3/Makefile | 4 | ||||
-rw-r--r-- | net/kdenetwork3/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 8c8f38225ea..383e50438e1 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 <bsd.port.mk> diff --git a/net/kdenetwork3/pkg-plist b/net/kdenetwork3/pkg-plist index bce43398e9d..1c3cd449680 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 |