diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-05-20 06:06:35 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-05-20 06:06:35 +0000 |
commit | 5d6a8e4ab8c7a865ca3e5ca93db879ddc9eb4fe0 (patch) | |
tree | a3f77a0d965b1e0633bce4bd914a678be49a43c0 /www | |
parent | aa64a516608801a751cff7155b12de0f8e960697 (diff) | |
download | freebsd-ports-5d6a8e4ab8c7a865ca3e5ca93db879ddc9eb4fe0.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 |