diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/sniffit | |
parent | f869483090ef76ab0fb56ed7b8b79a77bbc698a7 (diff) |
Notes
Diffstat (limited to 'net/sniffit')
-rw-r--r-- | net/sniffit/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index 580a425e1663..681610592d2f 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: sniffit -# Date created: 28 Mar 1998 -# Whom: bsdx -# +# Created by: bsdx # $FreeBSD$ -# PORTNAME= sniffit PORTVERSION= 0.3.7b @@ -26,6 +21,7 @@ ALL_TARGET= MAN5= sniffit.5 MAN8= sniffit.8 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sniffit ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/sniffit.5 ${PREFIX}/man/man5 |