aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-06-25 09:02:01 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-06-25 09:02:01 +0000
commita613e07aaf6eaef9b41841a3111c5d0b89415523 (patch)
tree61b39b712b1412ce5a7de6131709b988744276ad
parent39dc01087fdada74745b3c0464bea5f14877da5c (diff)
downloadports-a613e07aaf6eaef9b41841a3111c5d0b89415523.tar.gz
ports-a613e07aaf6eaef9b41841a3111c5d0b89415523.zip
Notes
-rw-r--r--net/enet/Makefile3
-rw-r--r--net/enet/pkg-descr2
2 files changed, 3 insertions, 2 deletions
diff --git a/net/enet/Makefile b/net/enet/Makefile
index 50bc89df8aad..b4adf8d33ffc 100644
--- a/net/enet/Makefile
+++ b/net/enet/Makefile
@@ -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>
diff --git a/net/enet/pkg-descr b/net/enet/pkg-descr
index 1dbc1c0ae8e0..0bc0b3f2f05e 100644
--- a/net/enet/pkg-descr
+++ b/net/enet/pkg-descr
@@ -6,4 +6,4 @@ ENet is NOT intended to be a general purpose high level networking library that
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/