Index: head/graphics/libpgf/Makefile =================================================================== --- head/graphics/libpgf/Makefile (revision 556959) +++ head/graphics/libpgf/Makefile (revision 556960) @@ -1,24 +1,25 @@ # $FreeBSD$ PORTNAME= libpgf PORTVERSION= 7.15.32 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-latest/ \ SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ DISTNAME= libPGF-codec-and-console-src MAINTAINER= jhale@FreeBSD.org COMMENT= Progressive Graphics Format (PGF) library -LICENSE= LGPL21 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf dos2unix libtool pathfix zip USE_LDCONFIG= yes DOS2UNIX_FILES= configure.ac GNU_CONFIGURE= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/PGF/Codec .include Index: head/graphics/libpgf/pkg-descr =================================================================== --- head/graphics/libpgf/pkg-descr (revision 556959) +++ head/graphics/libpgf/pkg-descr (revision 556960) @@ -1,5 +1,5 @@ The Progressive Graphics File (PGF) is an efficient image file format that is based on a fast, discrete wavelet transform with progressive coding features. PGF can be used for lossless and lossy compression. -WWW: http://www.libpgf.org +WWW: https://www.libpgf.org/