pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/snownews Configure script is perl script. Pointed...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c29c771c0ee8
branches:  trunk
changeset: 527924:c29c771c0ee8
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Apr 16 04:14:15 2007 +0000

description:
Configure script is perl script.  Pointed out by Peter Bui in PR 36149.

diffstat:

 www/snownews/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 07ce8a19c670 -r c29c771c0ee8 www/snownews/Makefile
--- a/www/snownews/Makefile     Sun Apr 15 23:12:05 2007 +0000
+++ b/www/snownews/Makefile     Mon Apr 16 04:14:15 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2007/01/07 09:14:15 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2007/04/16 04:14:15 obache Exp $
 
 DISTNAME=      snownews-1.5.7
 PKGREVISION=   4
@@ -18,6 +18,7 @@
 
 REPLACE_PERL+=         configure opml2snow snowsync
 
+CONFIG_SHELL=          perl
 CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}
 MAKE_ENV+=     PKG_LOCALEDIR=${PKGLOCALEDIR:Q}
 MAKE_ENV+=     EXTRA_CFLAGS=${CFLAGS:M*:Q}



Home | Main Index | Thread Index | Old Index