summaryrefslogtreecommitdiff
path: root/chat/silc-client/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-01-26 18:30:08 +0000
committerhubertf <hubertf@pkgsrc.org>2002-01-26 18:30:08 +0000
commit613737d6e168220e3e8d762d16095683800e97e1 (patch)
treeed31f026ccb463d34f825d730e98374b356bcba2 /chat/silc-client/Makefile
parent0414a1ce6c69f8f760f811ce3460df571f46a14e (diff)
downloadpkgsrc-613737d6e168220e3e8d762d16095683800e97e1.tar.gz
Update silc-client to 0.7.3. Changes:
changes in the package: - patch-ab is no longer needed, integrated into distribution. patch-ac has been moved in it's place - minor change in Makefile, long transscription of ${PKG_SYSCONFDIR} was changed into one variable - patch-aa was modified to follow change in Makefile.in changes in the silc-client: 0.7.3: This version fixes the NICK command to always give the unformatted nickname, instead of possibility of formatted nickname, fixes the GETKEY command to save the public key to correct filename, and to first resolve the client information and server information only if client was not found. The public keys are now (when connecting to server for first time) saved with using the IP address of the server, instead of the hostname of the server. The old hostname format is used as a fall back method if the IP address based filename could not be found. Submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15380
Diffstat (limited to 'chat/silc-client/Makefile')
-rw-r--r--chat/silc-client/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile
index 54eb33f1ca7..a1276289e6d 100644
--- a/chat/silc-client/Makefile
+++ b/chat/silc-client/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2002/01/14 21:15:59 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 2002/01/26 18:30:08 hubertf Exp $
-DISTNAME= silc-client-0.7.2
+DISTNAME= silc-client-0.7.3
CATEGORIES= chat
MASTER_SITES= http://silcnet.org/download/client/sources/ \
ftp://ftp.silcnet.org/silc/client/sources/ \
@@ -28,7 +28,7 @@ PKG_SYSCONFSUBDIR?= silc
CONFIGURE_ARGS+= --with-helpdir=${PREFIX}/share/silc/help
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/silc
-CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFBASE}/${PKG_SYSCONFSUBDIR}
+CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-ncurses=${BUILDLINK_DIR}
.if (${MACHINE_ARCH} != "i386")