From 321adfe638773ab7cd0b68ef922495152322b9cd Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Tue, 11 Aug 1998 09:57:51 +0000 Subject: 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. --- net/ntop/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'net') 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 # -# $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 -- cgit v1.2.3