diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 55d005face1453b1b4a2060d200b23e7a8724bc6 (patch) | |
tree | 57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /net/trafshow4 | |
parent | e17062778b44808fb41055bba34741677ec69abc (diff) | |
download | FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.zip FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'net/trafshow4')
-rw-r--r-- | net/trafshow4/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/trafshow4/Makefile b/net/trafshow4/Makefile index 267c25e..85b4762 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> |