diff options
Diffstat (limited to 'net/trafshow3/Makefile')
-rw-r--r-- | net/trafshow3/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile index a3614b6..267c25e 100644 --- a/net/trafshow3/Makefile +++ b/net/trafshow3/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: trafshow # Version required: 2.0 -# Date created: 17 January 1996 -# Whom: Igor Vinokurov <igor@zynaps.ru> +# Date created: 25 September 1996 +# Whom: igor@zynaps.ru # -# $Id: Makefile,v 1.2 1996/05/04 01:57:18 asami Exp $ +# $Id$ # DISTNAME= trafshow-2.0 @@ -11,10 +11,9 @@ CATEGORIES+= net MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/netmaint/ EXTRACT_SUFX= .tgz -MAINTAINER= igor@zynaps.ru +MAINTAINER= igor@zynaps.ru post-install: - strip ${PREFIX}/bin/trafshow .if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/trafshow.1 .endif |