diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:50:41 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:50:41 +0000 |
commit | 3ef1b507e26a74de3d663f5536b72fbfbd513bdb (patch) | |
tree | c025564197e5cab24f54e21826c2df3b183de578 /net/tcpillust | |
parent | 48d04810cde6a7869f405677d6d482d074499fa3 (diff) | |
download | FreeBSD-ports-3ef1b507e26a74de3d663f5536b72fbfbd513bdb.zip FreeBSD-ports-3ef1b507e26a74de3d663f5536b72fbfbd513bdb.tar.gz |
Style fixes for ports/net.
Diffstat (limited to 'net/tcpillust')
-rw-r--r-- | net/tcpillust/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile index 81945a4..7caf942 100644 --- a/net/tcpillust/Makefile +++ b/net/tcpillust/Makefile @@ -24,7 +24,7 @@ MAN1= tcpillust.1 DOCS= README -SAMPLES= tcpclient.log tcpserver.log +SAMPLES= tcpclient.log tcpserver.log post-install: .if !defined(NOPORTDOCS) |