diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-08-06 17:37:59 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-08-06 17:37:59 +0800 |
commit | a56733179f863c90f034e3e825bfe8e66eddc691 (patch) | |
tree | 848ce0b2b17bfa6e3b47620a45635ef3dd10ec46 /textproc/libebml | |
parent | 183ecd0983e0fe85699ac63d062c6f37123eeb10 (diff) | |
download | freebsd-ports-gnome-a56733179f863c90f034e3e825bfe8e66eddc691.tar.gz freebsd-ports-gnome-a56733179f863c90f034e3e825bfe8e66eddc691.tar.zst freebsd-ports-gnome-a56733179f863c90f034e3e825bfe8e66eddc691.zip |
- Fix LICENSE
- Add LICENSE_FILE
- Remove incorrect GNU_CONFIGURE (cmake is used)
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'textproc/libebml')
-rw-r--r-- | textproc/libebml/Makefile | 4 | ||||
-rw-r--r-- | textproc/libebml/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile index 24f6d9660ca3..432b70083a0c 100644 --- a/textproc/libebml/Makefile +++ b/textproc/libebml/Makefile @@ -9,11 +9,11 @@ CATEGORIES= textproc MAINTAINER= multimedia@FreeBSD.org COMMENT= EBML (Extensible Binary Meta Language), sort of binary version of XML -LICENSE= LGPL21 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL USES= cmake pathfix tar:bzip2 USE_LDCONFIG= yes -GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= Matroska-Org diff --git a/textproc/libebml/pkg-descr b/textproc/libebml/pkg-descr index 011ccea2a019..7a41e3769a21 100644 --- a/textproc/libebml/pkg-descr +++ b/textproc/libebml/pkg-descr @@ -3,4 +3,4 @@ Library for EBML (Extensible Binary Meta Language), sort of a binary version of XML. -WWW: http://www.matroska.org/ +WWW: https://www.matroska.org/ |