Somehow my system had two files that didn't come with the package.
It's not sane to require a completly different port (sniffit) just for two simple header files, so I'm putting them in ${FILESDIR}. Thanks to Anders Andersson <anders@sanyusan.se> for the remind.
This commit is contained in:
parent
7a4b535546
commit
82e388fe7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14486
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 10 August 1998
|
||||
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1998/09/05 21:43:26 hoek Exp $
|
||||
# $Id: Makefile,v 1.4 1998/11/12 00:01:32 billf Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ntop-1.0.src
|
||||
|
@ -21,6 +21,11 @@ CFLAGS+= -D__dead=
|
|||
|
||||
MAN8= ntop.8
|
||||
|
||||
post-extract:
|
||||
|
||||
${CP} ${FILESDIR}/ethertype.h ${WRKSRC}
|
||||
${CP} ${FILESDIR}/gnuc.h ${WRKSRC}
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/sbin/ntop
|
||||
|
||||
|
|
Loading…
Reference in a new issue