diff options
author | tron <tron> | 2003-02-06 14:25:38 +0000 |
---|---|---|
committer | tron <tron> | 2003-02-06 14:25:38 +0000 |
commit | dc5177f2875c786b6cd4e4aff7c50542edd95c1a (patch) | |
tree | 6f8ab5894b07a7a8fb82c323ca7684aac2cd20e4 /net/ipv6calc | |
parent | 9f4f61457e494b07f2a0a159b8460ad54c2afbfe (diff) | |
download | pkgsrc-dc5177f2875c786b6cd4e4aff7c50542edd95c1a.tar.gz |
Fix typo in last commit.
Diffstat (limited to 'net/ipv6calc')
-rw-r--r-- | net/ipv6calc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile index a14a6a3d6a7..d61aa491933 100644 --- a/net/ipv6calc/Makefile +++ b/net/ipv6calc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2003/02/06 14:24:58 tron Exp $ +# $NetBSD: Makefile,v 1.14 2003/02/06 14:25:38 tron Exp $ DISTNAME= ipv6calc-0.45 -PKG_REVISON= 1 +PKGREVISON= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ |