diff options
author | kleink <kleink@pkgsrc.org> | 2002-01-16 10:15:48 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2002-01-16 10:15:48 +0000 |
commit | c9ab5d0475f143bd567369f5c6b9200ef56cf409 (patch) | |
tree | 6126cb7cc2aaf38b56a4a50ae421db4455c520be /comms/scmxx/Makefile | |
parent | 503d601cc6828f449543be388b86921283a5df97 (diff) | |
download | pkgsrc-c9ab5d0475f143bd567369f5c6b9200ef56cf409.tar.gz |
Bump to 0.5.8nb1: initialize a previously uninitialized auto variable.
Diffstat (limited to 'comms/scmxx/Makefile')
-rw-r--r-- | comms/scmxx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index f489aa0a0c3..83dfb40da7f 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/13 20:17:33 kleink Exp $ +# $NetBSD: Makefile,v 1.2 2002/01/16 10:15:48 kleink Exp $ # DISTNAME= scmxx-0.5.8 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.hendrik-sattler.de/scmxx/download/ EXTRACT_SUFX= .tar.bz2 |