diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-06-27 18:30:54 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-06-27 18:30:54 +0000 |
commit | 7b59a62ca3817abfb1f5f20e55a81356df3631d5 (patch) | |
tree | ed4af19dcf3fd80feca207e9db1b20d1263be80c /www/swish-e/Makefile | |
parent | 062a0009fd1dca5d4c68e29bb5174ae62f9a711d (diff) | |
download | pkgsrc-7b59a62ca3817abfb1f5f20e55a81356df3631d5.tar.gz |
Make sure the directories exists before trying to install in them.
Solves PR 25426.
Add dependency on PERL5 so that the configure script does the right
thing, since this package use the path in places that cannot be
patched by REPLACE_PERL (and bin/swish-filter-test need perl to
run anyway).
Bump PKGREVISION.
Diffstat (limited to 'www/swish-e/Makefile')
-rw-r--r-- | www/swish-e/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index acce7905523..a0e7edc1379 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2004/04/19 04:53:58 snj Exp $ +# $NetBSD: Makefile,v 1.18 2004/06/27 18:30:54 kristerw Exp $ # FreeBSD Id: ports/www/swish-e/Makefile,v 1.3 1999/08/31 02:43:18 peter Exp DISTNAME= swish-e-2.4.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www textproc MASTER_SITES= http://swish-e.org/Download/ @@ -13,6 +13,7 @@ COMMENT= Simple web indexing for humans - enhanced USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes +USE_PERL5= yes CONFIGURE_ARGS+= --with-libxml2=${BUILDLINK_PREFIX.libxml2} CONFIGURE_ARGS+= --with-pcre=${BUILDLINK_PREFIX.pcre} |