diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-08-11 09:57:51 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-08-11 09:57:51 +0000 |
commit | 321adfe638773ab7cd0b68ef922495152322b9cd (patch) | |
tree | c1243372e42fe76367265392dec817c1a3c3b741 /net/ntop | |
parent | b175bcab53111aed10eaf24952295d2e6025fa14 (diff) | |
download | ports-321adfe638773ab7cd0b68ef922495152322b9cd.tar.gz ports-321adfe638773ab7cd0b68ef922495152322b9cd.zip |
Notes
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 50a8d6f67dee..48df0547980e 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -3,7 +3,7 @@ # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/11 02:59:56 mph Exp $ # DISTNAME= ntop-0.4-src @@ -16,6 +16,9 @@ MAINTAINER= billf@chc-chimes.com WRKSRC= ${WRKDIR}/${PKGNAME} USE_AUTOCONF= yes ALL_TARGET= +INSTALL_TARGET= install install-man + +MAN8= ntop.8 post-install: strip ${PREFIX}/sbin/ntop |