pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/swish-e Fix one more Perl reference. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fbaac7053c0
branches:  trunk
changeset: 532793:6fbaac7053c0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Aug 30 20:01:08 2007 +0000

description:
Fix one more Perl reference. Bump revision.

diffstat:

 www/swish-e/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r bf2c6d91e7cf -r 6fbaac7053c0 www/swish-e/Makefile
--- a/www/swish-e/Makefile      Thu Aug 30 19:55:30 2007 +0000
+++ b/www/swish-e/Makefile      Thu Aug 30 20:01:08 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2007/08/23 09:56:55 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2007/08/30 20:01:08 joerg Exp $
 
 DISTNAME=      swish-e-2.4.5
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www textproc
 MASTER_SITES=  http://swish-e.org/distribution/
 
@@ -19,7 +19,8 @@
 CONFIGURE_ARGS+=       --with-zlib=${BUILDLINK_PREFIX.zlib}
 
 USE_TOOLS+=    perl:run
-REPLACE_PERL=  prog-bin/*.pl conf/*.pl filter-bin/*.pl html/*.pl
+REPLACE_PERL=  prog-bin/*.pl conf/*.pl filter-bin/*.pl
+REPLACE_PERL+= src/swishspider
 
 .include "../../devel/pcre/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index