diff options
author | asami <asami@FreeBSD.org> | 1996-05-04 01:57:18 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-05-04 01:57:18 +0000 |
commit | 52a0bd38b3f5ebab95ac975331ded4b788cad088 (patch) | |
tree | 6b0bb18c388117a98301b49c858ebbd1535c461c /net/trafshow3/Makefile | |
parent | 7c039dd2f2645b225fdf446ff2620ef0e9f3a08b (diff) | |
download | FreeBSD-ports-52a0bd38b3f5ebab95ac975331ded4b788cad088.zip FreeBSD-ports-52a0bd38b3f5ebab95ac975331ded4b788cad088.tar.gz |
Add $Id$. Remove NO_CONFIGURE, it is essentially a no-op now.
Diffstat (limited to 'net/trafshow3/Makefile')
-rw-r--r-- | net/trafshow3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile index e517349..2d3b7f6 100644 --- a/net/trafshow3/Makefile +++ b/net/trafshow3/Makefile @@ -3,6 +3,8 @@ # Date created: 17 January 1996 # Whom: igor@pkaub.ru # +# $Id$ +# DISTNAME= trafshow-2.0 CATEGORIES+= net @@ -11,8 +13,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= igor@pkaub.ru -NO_CONFIGURE= YES - post-install: strip ${PREFIX}/bin/trafshow .if !defined(NOMANCOMPRESS) |