diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-11-12 15:21:53 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-11-12 15:21:53 +0000 |
commit | 82e388fe7aad08ebd5fd12609d088b7d211b5aa3 (patch) | |
tree | 6a52fac01c77c163392909014b82164735bdaafe /net/ntop | |
parent | 7a4b5355466cb10c4ca3028031a721f8c949bdf2 (diff) | |
download | ports-82e388fe7aad08ebd5fd12609d088b7d211b5aa3.tar.gz ports-82e388fe7aad08ebd5fd12609d088b7d211b5aa3.zip |
Notes
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 45929feb45c3..1f59643b176d 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: 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 |