Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2019 09:02:02 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505076 - head/net/enet
Message-ID:  <201906250902.x5P922CI051793@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 25 09:02:01 2019
New Revision: 505076
URL: https://svnweb.freebsd.org/changeset/ports/505076

Log:
  - Add LICENSE_FILE
  - Switch to options helpers
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/net/enet/Makefile
  head/net/enet/pkg-descr

Modified: head/net/enet/Makefile
==============================================================================
--- head/net/enet/Makefile	Tue Jun 25 08:45:02 2019	(r505075)
+++ head/net/enet/Makefile	Tue Jun 25 09:02:01 2019	(r505076)
@@ -11,6 +11,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simple and robust communication library based on UDP
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		pathfix libtool
 GNU_CONFIGURE=	yes
@@ -21,7 +22,7 @@ PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
 
 .include <bsd.port.mk>

Modified: head/net/enet/pkg-descr
==============================================================================
--- head/net/enet/pkg-descr	Tue Jun 25 08:45:02 2019	(r505075)
+++ head/net/enet/pkg-descr	Tue Jun 25 09:02:01 2019	(r505076)
@@ -6,4 +6,4 @@ ENet is NOT intended to be a general purpose high leve
 handles authentication, lobbying, server discovery, compression, encryption and
 other high level, often application level or dependent tasks.
 
-WWW: http://enet.bespin.org
+WWW: http://enet.bespin.org/



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