diff options
author | salo <salo@pkgsrc.org> | 2003-11-27 12:40:53 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-11-27 12:40:53 +0000 |
commit | fb9eda97eee57366222bc8a1fe875321716115ba (patch) | |
tree | da18b915a1f03039c703f60f668b1c73c1ef7325 /chat/silc-client/Makefile.common | |
parent | 58608adddc896f59802b6460e365fe75edf458fa (diff) | |
download | pkgsrc-fb9eda97eee57366222bc8a1fe875321716115ba.tar.gz |
Update to version 1.0
Changes:
- disable perl support. it's broken and needs patches for lang/perl5[8] which
won't be applied during the freeze
1.0:
====
- Help file updates.
Diffstat (limited to 'chat/silc-client/Makefile.common')
-rw-r--r-- | chat/silc-client/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/silc-client/Makefile.common b/chat/silc-client/Makefile.common index 729bc7abd24..94c0d9dbff2 100644 --- a/chat/silc-client/Makefile.common +++ b/chat/silc-client/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.5 2003/11/18 18:14:32 salo Exp $ +# $NetBSD: Makefile.common,v 1.6 2003/11/27 12:40:53 salo Exp $ # # Distribution specific information. # -SILC_CLIENT_VERSION= 0.9.16 +SILC_CLIENT_VERSION= 1.0 SILC_CLIENT_DISTNAME= silc-client-${SILC_CLIENT_VERSION} SILC_CLIENT_EXTRACT_SUFX= .tar.bz2 SILC_CLIENT_DISTFILE= ${SILC_CLIENT_DISTNAME}${SILC_CLIENT_EXTRACT_SUFX} |