diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-19 14:09:29 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-19 14:09:29 +0000 |
commit | ee16702944acbaa397c4d9d1684c7b5c22226d4b (patch) | |
tree | 378f852b8e0b16aa0e7c0c1dc3689a9c30e2d34c /news/cnews/Makefile | |
parent | - Staging support (diff) |
- revert r346880
Approved by: bapt
- update LICENSE
- fix build with new clang
Notes
Notes:
svn path=/head/; revision=348620
Diffstat (limited to 'news/cnews/Makefile')
-rw-r--r-- | news/cnews/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index d5f917399b53..87dc96dd6e17 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -33,11 +33,13 @@ PATCHFILES= c-news-patch-fileart.c c-news-patch-namelen \ MAINTAINER= dinoex@FreeBSD.org COMMENT= An news server -LICENSE= BSD4CLAUSE +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT MAKE_JOBS_UNSAFE= yes -CFLAGS+= -Wno-return-type +USE_GCC= any + DIST_SUBDIR= ${DISTNAME} NO_WRKSUBDIR= yes MAKEFILE= makefile |