diff options
-rw-r--r-- | devel/pure-stldict/Makefile | 4 | ||||
-rw-r--r-- | devel/pure-stldict/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/pure-stldict/Makefile b/devel/pure-stldict/Makefile index ce8c6726f60b..892b5fc5cf69 100644 --- a/devel/pure-stldict/Makefile +++ b/devel/pure-stldict/Makefile @@ -10,8 +10,8 @@ DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com COMMENT= Pure interface to C++ STL map/unordered_map -LICENSE= GPLv3 LGPL3 -LICENSE_COMB= dual +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER USES= pkgconfig pure diff --git a/devel/pure-stldict/pkg-descr b/devel/pure-stldict/pkg-descr index ef2e6d87aa0f..b2aa1fb3f985 100644 --- a/devel/pure-stldict/pkg-descr +++ b/devel/pure-stldict/pkg-descr @@ -3,4 +3,4 @@ dictionary containers map and unordered_map. The stldict module makes these data structures available in Pure land and equips them with a (more or less) idiomatic Pure container interface. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-stldict.html +WWW: https://puredocs.bitbucket.io/pure-stldict.html |