diff --git a/sysutils/archivemount/Makefile b/sysutils/archivemount/Makefile index b83786eeeceb..b04f15894ab8 100644 --- a/sysutils/archivemount/Makefile +++ b/sysutils/archivemount/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.cybernoia.de/software/archivemount/ MAINTAINER= jirnov@gmail.com COMMENT= Mount archives with FUSE -LICENSE= GPLv2 +LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING USES= fuse gmake iconv libarchive pkgconfig diff --git a/sysutils/archivemount/pkg-descr b/sysutils/archivemount/pkg-descr index 21dfc6e9b54b..ee1ba4f8048e 100644 --- a/sysutils/archivemount/pkg-descr +++ b/sysutils/archivemount/pkg-descr @@ -3,4 +3,4 @@ Archivemount is a piece of glue code between libarchive (http://fuse.sourceforge.net). It can be used to mount a (possibly compressed) archive (as in .tar.gz or .tar.bz2) and use it like an ordinary filesystem. -WWW: http://www.cybernoia.de/software/archivemount/ +WWW: https://www.cybernoia.de/software/archivemount.html