svn commit: r505076 - head/net/enet
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 25 09:02:03 UTC 2019
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 at 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/
More information about the svn-ports-all
mailing list