summaryrefslogtreecommitdiff
path: root/www/swish-e
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-30 20:01:08 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-30 20:01:08 +0000
commit42a2c5f2be057f5c62b3b3ae692a6ed907330ba0 (patch)
treed5f3cbd95bfaa39212f1d6a90087c7a224b4c95f /www/swish-e
parentf33fe8aca608bf6e783a665cc220da8ce965dcad (diff)
downloadpkgsrc-42a2c5f2be057f5c62b3b3ae692a6ed907330ba0.tar.gz
Fix one more Perl reference. Bump revision.
Diffstat (limited to 'www/swish-e')
-rw-r--r--www/swish-e/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile
index b481cdd917e..86d76e619ab 100644
--- a/www/swish-e/Makefile
+++ b/www/swish-e/Makefile
@@ -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-pcre=${BUILDLINK_PREFIX.pcre}
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"