diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-11-16 17:04:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-11-16 17:04:50 +0000 |
commit | b2e7528499f9439e6b7b68b8ca1d9afd11e5c20d (patch) | |
tree | 43c18e9b9490ee2d6d8fcd226780f7213f278c0b | |
parent | - Fix LICENSE (diff) |
- Add LICENSE
- Add NO_ARCH
- Update WWW
Approved by: portmgr blanket
-rw-r--r-- | textproc/yelp-xsl/Makefile | 6 | ||||
-rw-r--r-- | textproc/yelp-xsl/pkg-descr | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/textproc/yelp-xsl/Makefile b/textproc/yelp-xsl/Makefile index f3db1c14487b..4e17c876514c 100644 --- a/textproc/yelp-xsl/Makefile +++ b/textproc/yelp-xsl/Makefile @@ -10,13 +10,17 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= DocBook XSLT stylesheets for yelp -PORTSCOUT= limitw:1,even +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING.LGPL BUILD_DEPENDS= itstool:textproc/itstool +PORTSCOUT= limitw:1,even + USES= gettext gmake gnome localbase pathfix \ pkgconfig tar:xz USE_GNOME= gnomeprefix intlhack libxml2 libxslt GNU_CONFIGURE= yes +NO_ARCH= yes .include <bsd.port.mk> diff --git a/textproc/yelp-xsl/pkg-descr b/textproc/yelp-xsl/pkg-descr index ff191e3984e2..ba3fbfef98b5 100644 --- a/textproc/yelp-xsl/pkg-descr +++ b/textproc/yelp-xsl/pkg-descr @@ -1,3 +1,3 @@ DocBook XSLT stylesheets for yelp. -WWW: http://www.gnome.org/ +WWW: https://www.gnome.org/ |