diff options
-rw-r--r-- | news/cnews/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 25df1c5f8236..d5f917399b53 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -33,13 +33,11 @@ PATCHFILES= c-news-patch-fileart.c c-news-patch-namelen \ MAINTAINER= dinoex@FreeBSD.org COMMENT= An news server -LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LICENSE= BSD4CLAUSE MAKE_JOBS_UNSAFE= yes -USE_GCC= any - +CFLAGS+= -Wno-return-type DIST_SUBDIR= ${DISTNAME} NO_WRKSUBDIR= yes MAKEFILE= makefile |