diff options
author | mycroft <mycroft> | 2000-10-21 02:45:45 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2000-10-21 02:45:45 +0000 |
commit | 8f978c8a5668c84760de5e427ac45ace372fa714 (patch) | |
tree | 52f094f6b033029417150ef7e52aff2540833791 /net/ntop | |
parent | a18343e59a391205d07da3b523116469bc6843ba (diff) | |
download | pkgsrc-8f978c8a5668c84760de5e427ac45ace372fa714.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 |