Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 13:45:39 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349254 - head/net/tcpstat
Message-ID:  <201403261345.s2QDjdss006461@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Wed Mar 26 13:45:39 2014
New Revision: 349254
URL: http://svnweb.freebsd.org/changeset/ports/349254
QAT: https://qat.redports.org/buildarchive/r349254/

Log:
  - Add license (BSD2CLAUSE)
  - Remove LICENSE from DOCS
  - Use PLIST_FILES and PORTDOCS=* instead of pkg-plist
  
  PR:		ports/179198
  Submitted by:	nemysis (self)

Deleted:
  head/net/tcpstat/pkg-plist
Modified:
  head/net/tcpstat/Makefile

Modified: head/net/tcpstat/Makefile
==============================================================================
--- head/net/tcpstat/Makefile	Wed Mar 26 13:35:56 2014	(r349253)
+++ head/net/tcpstat/Makefile	Wed Mar 26 13:45:39 2014	(r349254)
@@ -9,10 +9,16 @@ MASTER_SITES=	http://www.frenchfries.net
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Program to report various network statistics
 
+LICENSE=	BSD2CLAUSE
+
 GNU_CONFIGURE=	yes
 
-DOCS=		AUTHORS ChangeLog LICENSE README doc/Tips_and_Tricks.txt
+PLIST_FILES=	bin/tcpstat bin/tcpprof \
+		man/man1/tcpprof.1.gz man/man1/tcpstat.1.gz
+
+PORTDOCS=	*
 
+DOCS=		AUTHORS ChangeLog README doc/Tips_and_Tricks.txt
 OPTIONS_DEFINE=	DOCS
 
 post-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403261345.s2QDjdss006461>