diff options
author | wjv <wjv@FreeBSD.org> | 2002-06-26 21:24:41 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2002-06-26 21:24:41 +0800 |
commit | 6d9586d8c7ba109c5a2511371b31afe57b04d6a8 (patch) | |
tree | a44a520237ee26c9af1a6a269b8ef16303925533 /net/ntop/Makefile | |
parent | f1a29d1976fdf6dc2b95d624789cc996205a5fa9 (diff) | |
download | freebsd-ports-gnome-6d9586d8c7ba109c5a2511371b31afe57b04d6a8.tar.gz freebsd-ports-gnome-6d9586d8c7ba109c5a2511371b31afe57b04d6a8.tar.zst freebsd-ports-gnome-6d9586d8c7ba109c5a2511371b31afe57b04d6a8.zip |
- Fix an error I introduced into rc.d startup script during previous commit.
- Bump PORTREVISION
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r-- | net/ntop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 6d100e1fe685..0cb8a8e32be0 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -7,6 +7,7 @@ PORTNAME= ntop PORTVERSION= 2.0.99.r2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://luca.ntop.org/ \ ${MASTER_SITE_SOURCEFORGE} |