aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 10:04:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 10:04:01 +0000
commitd73ebe397f8572804188fa66075043aacdf41ae7 (patch)
tree4131e66e5465c0c9c5225627ee593063bfec5bff /news
parentd03f945d9d20af1912266269c52213ca145bf63e (diff)
downloadports-d73ebe397f8572804188fa66075043aacdf41ae7.tar.gz
ports-d73ebe397f8572804188fa66075043aacdf41ae7.zip
Support stage
Fix build with clang Allow packaging as user
Notes
Notes: svn path=/head/; revision=337681
Diffstat (limited to 'news')
-rw-r--r--news/newsfetch/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/news/newsfetch/Makefile b/news/newsfetch/Makefile
index c505153ba127..5c151330a7ce 100644
--- a/news/newsfetch/Makefile
+++ b/news/newsfetch/Makefile
@@ -13,11 +13,11 @@ COMMENT= Download news articles from NNTP server
MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man"
-MAN1= newsfetch.1
-MANCOMPRESSED= maybe
-PLIST_FILES= bin/newsfetch
+USES= uidfix
+CFLAGS+= -Wno-return-type
+PLIST_FILES= bin/newsfetch \
+ man/man1/newsfetch.1.gz
-NO_STAGE= yes
do-configure:
cd ${WRKSRC} && ( \
${ECHO_CMD} "PROG= newsfetch"; \