aboutsummaryrefslogtreecommitdiff
path: root/net/enet/Makefile
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 /net/enet/Makefile
parent39dc01087fdada74745b3c0464bea5f14877da5c (diff)
downloadports-a613e07aaf6eaef9b41841a3111c5d0b89415523.tar.gz
ports-a613e07aaf6eaef9b41841a3111c5d0b89415523.zip
Notes
Diffstat (limited to 'net/enet/Makefile')
-rw-r--r--net/enet/Makefile3
1 files changed, 2 insertions, 1 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>