diff options
author | mycroft <mycroft@pkgsrc.org> | 2000-10-21 02:45:45 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2000-10-21 02:45:45 +0000 |
commit | 0196111aec5811ea47344217952640297c792f7c (patch) | |
tree | 52f094f6b033029417150ef7e52aff2540833791 /net/ntop | |
parent | 557ef5131feae26a2ce72356f3115448651edab1 (diff) | |
download | pkgsrc-0196111aec5811ea47344217952640297c792f7c.tar.gz |
Separate DISTNAME and PKGNAME so this pkg works again.
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 2df6d02c2a2..2025a1340d7 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2000/10/20 11:02:59 abs Exp $ +# $NetBSD: Makefile,v 1.14 2000/10/21 02:45:45 mycroft Exp $ -DISTNAME= ntop-1.1nb1 +DISTNAME= ntop-1.1 +PKGNAME= ntop-1.1nb1 CATEGORIES= net MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ EXTRACT_SUFX= -src.tar.gz |