svn commit: r337695 - branches/2014Q1/news/newsfetch
Baptiste Daroussin
bapt at FreeBSD.org
Fri Dec 27 10:27:36 UTC 2013
Author: bapt
Date: Fri Dec 27 10:27:36 2013
New Revision: 337695
URL: http://svnweb.freebsd.org/changeset/ports/337695
Log:
MFH: r337681
Support stage
Fix build with clang
Allow packaging as user
Modified:
branches/2014Q1/news/newsfetch/Makefile
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/news/newsfetch/Makefile
==============================================================================
--- branches/2014Q1/news/newsfetch/Makefile Fri Dec 27 10:26:36 2013 (r337694)
+++ branches/2014Q1/news/newsfetch/Makefile Fri Dec 27 10:27:36 2013 (r337695)
@@ -13,11 +13,11 @@ COMMENT= Download news articles from NNT
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"; \
More information about the svn-ports-all
mailing list