Received: by mail.netbsd.org (Postfix, from userid 605) id 4626C84D80; Sat, 8 Sep 2018 14:10:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 75AEF84D71 for ; Sat, 8 Sep 2018 14:10:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id O-DUzipreUX3 for ; Sat, 8 Sep 2018 14:10:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D8CFB84CBC for ; Sat, 8 Sep 2018 14:10:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D2615FBF8; Sat, 8 Sep 2018 14:10:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15364158528350" MIME-Version: 1.0 Date: Sat, 8 Sep 2018 14:10:52 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/news/sfeed To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20180908141052.D2615FBF8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15364158528350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat Sep 8 14:10:52 UTC 2018 Modified Files: pkgsrc/news/sfeed: Makefile Log Message: sfeed: Use REPLACE_SH for shell scripts To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/news/sfeed/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15364158528350 Content-Disposition: inline Content-Length: 666 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/news/sfeed/Makefile diff -u pkgsrc/news/sfeed/Makefile:1.1 pkgsrc/news/sfeed/Makefile:1.2 --- pkgsrc/news/sfeed/Makefile:1.1 Sat Sep 8 13:23:38 2018 +++ pkgsrc/news/sfeed/Makefile Sat Sep 8 14:10:52 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/09/08 13:23:38 leot Exp $ +# $NetBSD: Makefile,v 1.2 2018/09/08 14:10:52 leot Exp $ DISTNAME= sfeed-0.9.6 CATEGORIES= news @@ -23,4 +23,6 @@ SUBST_SED.makefile+= -e 's,^CFLAGS *= ,C SUBST_SED.makefile+= -e 's,^CPPFLAGS *= ,CPPFLAGS += ,' SUBST_SED.makefile+= -e 's,^LDFLAGS *= ,LDFLAGS += ,' +REPLACE_SH+= sfeed_opml_export sfeed_update + .include "../../mk/bsd.pkg.mk" --_----------=_15364158528350--