diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-03-15 18:56:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-03-15 18:56:44 +0800 |
commit | 5376d093aa3ae7a07885d1603921b02ed356af1e (patch) | |
tree | 4e7e83638022046446df6d3cc46d8078f9198b39 /devel | |
parent | 83e8a559cb39a4758439d125183694ca5c3f71f0 (diff) | |
download | freebsd-ports-gnome-5376d093aa3ae7a07885d1603921b02ed356af1e.tar.gz freebsd-ports-gnome-5376d093aa3ae7a07885d1603921b02ed356af1e.tar.zst freebsd-ports-gnome-5376d093aa3ae7a07885d1603921b02ed356af1e.zip |
- Add LICENSE_FILE
- Fix WWW:
Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cctz/Makefile | 1 | ||||
-rw-r--r-- | devel/cctz/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/cctz/Makefile b/devel/cctz/Makefile index 0e0fc6074a38..a7761e33e5a5 100644 --- a/devel/cctz/Makefile +++ b/devel/cctz/Makefile @@ -9,6 +9,7 @@ MAINTAINER= z7dr6ut7gs@snkmail.com COMMENT= C++ library for handling dates, times, and time zones LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt GH_ACCOUNT= google USE_GITHUB= yes diff --git a/devel/cctz/pkg-descr b/devel/cctz/pkg-descr index f9e965871460..1740ee5f626a 100644 --- a/devel/cctz/pkg-descr +++ b/devel/cctz/pkg-descr @@ -13,4 +13,4 @@ _ The Time-Zone Library - This library uses the IANA time zone _absolute time_ and _civil time_. This library is declared in time_zone.h. -WWW: http://github.com/google/cctz +WWW: https://github.com/google/cctz |