diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-17 16:32:13 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-17 16:32:13 +0000 |
commit | d845f64ced09de06ed617617a3b5f8787b60290b (patch) | |
tree | 009296578bd64b9609f3924591167f0f06d19db8 /net/trafshow | |
parent | d6470ea1aa698920bd4df0ea3e422092b99c1196 (diff) | |
download | ports-d845f64ced09de06ed617617a3b5f8787b60290b.tar.gz ports-d845f64ced09de06ed617617a3b5f8787b60290b.zip |
Notes
Diffstat (limited to 'net/trafshow')
-rw-r--r-- | net/trafshow/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index 2d3b7f6f7d6e..a3614b627d5b 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: trafshow # Version required: 2.0 # Date created: 17 January 1996 -# Whom: igor@pkaub.ru +# Whom: Igor Vinokurov <igor@zynaps.ru> # -# $Id$ +# $Id: Makefile,v 1.2 1996/05/04 01:57:18 asami Exp $ # DISTNAME= trafshow-2.0 @@ -11,7 +11,7 @@ CATEGORIES+= net MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/netmaint/ EXTRACT_SUFX= .tgz -MAINTAINER= igor@pkaub.ru +MAINTAINER= igor@zynaps.ru post-install: strip ${PREFIX}/bin/trafshow |