summaryrefslogtreecommitdiffstats
path: root/net/ntop/Makefile
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1998-08-11 09:57:51 +0000
committerandreas <andreas@FreeBSD.org>1998-08-11 09:57:51 +0000
commit73758aaa6eedbaebd98252a2e27406ceb0fd0a06 (patch)
tree5fc8b7c8bce288aec74c7bc4fed8b88cdfed8ede /net/ntop/Makefile
parent33572f0c0338b88e66ff6e43e3e9c806b78150a2 (diff)
downloadFreeBSD-ports-73758aaa6eedbaebd98252a2e27406ceb0fd0a06.zip
FreeBSD-ports-73758aaa6eedbaebd98252a2e27406ceb0fd0a06.tar.gz
Add an additional install target (install-man) to the ports Makefile
via INSTALL_TARGET variable to install ntop's manpage as well. While I'm at it, compress the manpage as well via MAN8 setting.
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r--net/ntop/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 50a8d6f..48df054 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
OpenPOWER on IntegriCloud