diff options
author | andreas <andreas@FreeBSD.org> | 1998-08-11 17:57:51 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-08-11 17:57:51 +0800 |
commit | 73758aaa6eedbaebd98252a2e27406ceb0fd0a06 (patch) | |
tree | 5fc8b7c8bce288aec74c7bc4fed8b88cdfed8ede /net/ntop | |
parent | 33572f0c0338b88e66ff6e43e3e9c806b78150a2 (diff) | |
download | freebsd-ports-gnome-73758aaa6eedbaebd98252a2e27406ceb0fd0a06.tar.gz freebsd-ports-gnome-73758aaa6eedbaebd98252a2e27406ceb0fd0a06.tar.zst freebsd-ports-gnome-73758aaa6eedbaebd98252a2e27406ceb0fd0a06.zip |
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')
-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 |