diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-11-16 17:04:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-11-16 17:04:40 +0000 |
commit | aa0d42dec7c9b0869e52d2bf217fe2492042923c (patch) | |
tree | 3f10c6a25d3dd0b99a7cbdcd4129b1afbd0d96d9 | |
parent | - Add LICENSE_FILE (diff) |
- Fix LICENSE
- Update WWW
Approved by: portmgr blanket
-rw-r--r-- | x11/yelp/Makefile | 2 | ||||
-rw-r--r-- | x11/yelp/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index ddcc96e09bf3..c52da230f143 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -10,7 +10,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Help browser for the GNOME 3 desktop -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= yelp-xsl>=0:textproc/yelp-xsl \ diff --git a/x11/yelp/pkg-descr b/x11/yelp/pkg-descr index 985ffefd8a61..e27eab52e4f1 100644 --- a/x11/yelp/pkg-descr +++ b/x11/yelp/pkg-descr @@ -1,4 +1,4 @@ Yelp is a help browser for GNOME 3.0 that displays GNOME help documents, info pages, manpages, and more. -WWW: http://www.gnome.org/ +WWW: https://www.gnome.org/ |