diff options
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 |