diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /net/trafshow3 | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) | |
download | ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.tar.gz ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.zip |
Notes
Diffstat (limited to 'net/trafshow3')
-rw-r--r-- | net/trafshow3/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile index 267c25e53329..85b476223d58 100644 --- a/net/trafshow3/Makefile +++ b/net/trafshow3/Makefile @@ -3,19 +3,16 @@ # Date created: 25 September 1996 # Whom: igor@zynaps.ru # -# $Id$ +# $Id: Makefile,v 1.4 1996/10/19 17:30:01 chuckr Exp $ # DISTNAME= trafshow-2.0 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/netmaint/ EXTRACT_SUFX= .tgz MAINTAINER= igor@zynaps.ru -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/trafshow.1 -.endif +MAN1= trafshow.1 .include <bsd.port.mk> |