diff options
author | ak <ak@FreeBSD.org> | 2014-05-20 14:06:35 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-05-20 14:06:35 +0800 |
commit | 6161bf6a5273690fdda58c0296d59bde10ee8583 (patch) | |
tree | a3f77a0d965b1e0633bce4bd914a678be49a43c0 /www | |
parent | f19e9f65f3029b1743d93e7d5971571234845104 (diff) | |
download | freebsd-ports-gnome-6161bf6a5273690fdda58c0296d59bde10ee8583.tar.gz freebsd-ports-gnome-6161bf6a5273690fdda58c0296d59bde10ee8583.tar.zst freebsd-ports-gnome-6161bf6a5273690fdda58c0296d59bde10ee8583.zip |
- Add/update license when possible
- Modernize ports Makefiles
- Update MASTER_SITES/distfile for converters/chmview
Diffstat (limited to 'www')
-rw-r--r-- | www/googlebook_dl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/googlebook_dl/Makefile b/www/googlebook_dl/Makefile index 87a8f7ee77a2..14b422354190 100644 --- a/www/googlebook_dl/Makefile +++ b/www/googlebook_dl/Makefile @@ -10,7 +10,7 @@ DISTFILES= # none MAINTAINER= ak@FreeBSD.org COMMENT= Command-line utility for downloading books from Google Books -LICENSE= BSD +LICENSE= BSD2CLAUSE RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget |