pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2007Q1]: pkgsrc/www/snownews Pullup ticket 2066 - requested by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43a10caad6fd
branches:  pkgsrc-2007Q1
changeset: 527362:43a10caad6fd
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue May 15 14:56:53 2007 +0000

description:
Pullup ticket 2066 - requested by obache
build fix for snownews

Revisions pulled up:
- pkgsrc/www/snownews/Makefile                          1.28

   Module Name:         pkgsrc
   Committed By:        obache
   Date:                Mon Apr 16 04:14:15 UTC 2007

   Modified Files:
        pkgsrc/www/snownews: Makefile

   Log Message:
   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 929b804152c4 -r 43a10caad6fd www/snownews/Makefile
--- a/www/snownews/Makefile     Tue May 15 13:09:22 2007 +0000
+++ b/www/snownews/Makefile     Tue May 15 14:56:53 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2007/01/07 09:14:15 rillig Exp $
+# $NetBSD: Makefile,v 1.27.2.1 2007/05/15 14:56:53 salo 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