Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 10:04:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337681 - head/news/newsfetch
Message-ID:  <201312271004.rBRA41qf067861@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec 27 10:04:01 2013
New Revision: 337681
URL: http://svnweb.freebsd.org/changeset/ports/337681

Log:
  Support stage
  Fix build with clang
  Allow packaging as user

Modified:
  head/news/newsfetch/Makefile

Modified: head/news/newsfetch/Makefile
==============================================================================
--- head/news/newsfetch/Makefile	Fri Dec 27 10:02:34 2013	(r337680)
+++ head/news/newsfetch/Makefile	Fri Dec 27 10:04:01 2013	(r337681)
@@ -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"; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312271004.rBRA41qf067861>