diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-27 09:00:39 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-27 09:00:39 +0000 |
commit | 49278d150d8ac3afec5696b5f87bc8ecedcfe883 (patch) | |
tree | ef6b763f7e278ae9556680399b594b2d63655d48 /news/cg | |
parent | lang/ghc often fails to build with ccache, mark it so. (diff) |
- Add LICENSE
- Update WWW
Notes
Notes:
svn path=/head/; revision=457356
Diffstat (limited to 'news/cg')
-rw-r--r-- | news/cg/Makefile | 3 | ||||
-rw-r--r-- | news/cg/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/news/cg/Makefile b/news/cg/Makefile index 7d11a3b627f7..ca43dba9c3c6 100644 --- a/news/cg/Makefile +++ b/news/cg/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= http://www.nih.at/cg/ MAINTAINER= ports@FreeBSD.org COMMENT= Semi-automatic newsgroup binary downloader +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes PLIST_FILES= bin/cg \ diff --git a/news/cg/pkg-descr b/news/cg/pkg-descr index 3cbc8600c6df..6528d8c47407 100644 --- a/news/cg/pkg-descr +++ b/news/cg/pkg-descr @@ -2,4 +2,4 @@ A semi-automatic newsgroup binary downloader. It assembles parts based on subject headers and then offers them in an editor for the user to choose which files he really wants. -WWW: http://www.nih.at/cg/ +WWW: https://www.nih.at/cg/ |