summaryrefslogtreecommitdiff
path: root/net/trafshow4
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /net/trafshow4
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'net/trafshow4')
-rw-r--r--net/trafshow4/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net/trafshow4/Makefile b/net/trafshow4/Makefile
index 267c25e53329..85b476223d58 100644
--- a/net/trafshow4/Makefile
+++ b/net/trafshow4/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>