svn commit: r349254 - head/net/tcpstat

Rusmir Dusko nemysis at FreeBSD.org
Wed Mar 26 13:45:40 UTC 2014


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 at 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:


More information about the svn-ports-head mailing list