summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-03-15 11:56:25 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-03-15 11:56:25 +0000
commit30a239d95e6d8883a382041678dec016a5b25577 (patch)
tree095faa424dd71cb7dc8643251b67f5867d9c3a71
parent- Add LICENSE_FILE (diff)
- Fix LICENSE
- Fix WWW:
-rw-r--r--net/pure-sockets/Makefile3
-rw-r--r--net/pure-sockets/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/net/pure-sockets/Makefile b/net/pure-sockets/Makefile
index d155e2b24f7f..a234e71b3fa7 100644
--- a/net/pure-sockets/Makefile
+++ b/net/pure-sockets/Makefile
@@ -10,8 +10,7 @@ DIST_SUBDIR= pure
MAINTAINER= ports@FreeBSD.org
COMMENT= Pure language interface to the Berkeley socket functions
-LICENSE= GPLv3 LGPL3
-LICENSE_COMB= dual
+LICENSE= LGPL3+
USES= pkgconfig pure
diff --git a/net/pure-sockets/pkg-descr b/net/pure-sockets/pkg-descr
index aac7269743d1..691121c31787 100644
--- a/net/pure-sockets/pkg-descr
+++ b/net/pure-sockets/pkg-descr
@@ -3,4 +3,4 @@ functionality, so you can create sockets for both stream and datagram based
protocols and use these to transmit messages. Unix-style file sockets are
also available if the host system supports them.
-WWW: http://docs.pure-lang.googlecode.com/hg/pure-sockets.html
+WWW: https://puredocs.bitbucket.io/pure-sockets.html