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.
This commit is contained in:
parent
b175bcab53
commit
321adfe638
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12444
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user