diff options
author | clement <clement@FreeBSD.org> | 2004-03-23 15:06:46 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-03-23 15:06:46 +0000 |
commit | b2b0311a540aeaf267d1c227fc2cc95363da947e (patch) | |
tree | 50bf1d176757f9b3598390398be18b043bb82f22 /net/ntop/Makefile | |
parent | 3a57bfbb6844378c7ff3239e4aa8fb3553610818 (diff) | |
download | FreeBSD-ports-b2b0311a540aeaf267d1c227fc2cc95363da947e.zip FreeBSD-ports-b2b0311a540aeaf267d1c227fc2cc95363da947e.tar.gz |
- Update to 3.0
- Add ipv6 to CATEGORIES
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r-- | net/ntop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 37e28c1..b338297 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -6,8 +6,8 @@ # PORTNAME= ntop -PORTVERSION= 3.0.p2 -CATEGORIES= net +PORTVERSION= 3.0 +CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} |