diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-25 12:21:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-25 12:21:43 +0000 |
commit | 5e5841f2cd18d6e51ddddeb117432410a7d22614 (patch) | |
tree | ff3848099747774e69f3bda4d04dd29927deb93b /net/ntop | |
parent | 016268dfb5cf0e82b8cf522bc11c60b30fb57175 (diff) |
Notes
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 63ae1a2d9d3b..47aff5657346 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -11,14 +11,13 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \ http://www.freenix.no/~anders/ \ ftp://totem.fix.no/pub/mirrors/misc/ -DISTNAME= ntop-1.1-src +DISTFILES= ${DISTNAME}-src.tar.gz MAINTAINER= billf@FreeBSD.org HAS_CONFIGURE= yes ALL_TARGET= INSTALL_TARGET= install install-man -WRKSRC= ${WRKDIR}/${PKGNAME} MAN8= ntop.8 |