diff options
author | Will Andrews <will@FreeBSD.org> | 2002-05-16 00:01:34 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-05-16 00:01:34 +0000 |
commit | 4a47174f45ed2e7b8dc43514af82202eb231af80 (patch) | |
tree | 03ed03012adcaeeb586812768a9435df15d88136 /net/kdenetwork3 | |
parent | 7964dec3d2e620c47fcbdaf00336f5aaf56da0b6 (diff) |
Notes
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 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 <bsd.port.mk> 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 |