diff options
author | joerg <joerg> | 2007-08-16 00:14:42 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-16 00:14:42 +0000 |
commit | 9af7cc36b850f16e1d1eed6eda0ad51895c316fd (patch) | |
tree | e0b2c3dab0d079e1222159fade5c37f5ca98666d /www/swish-e/Makefile | |
parent | 101f0a9a0aedb7436dda46f115a58410f7161636 (diff) | |
download | pkgsrc-9af7cc36b850f16e1d1eed6eda0ad51895c316fd.tar.gz |
Update to swish-e 2.4.5:
- bugfixes
- FileFilter is using fork/exec directly, avoiding possible shell escape
issues
- proximity suppor tfor matchs
- fix sparc64 issues
- switch to GPL as license with a special link clause
- make use of strcoll for sorting
Diffstat (limited to 'www/swish-e/Makefile')
-rw-r--r-- | www/swish-e/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index cc942f081ac..943f81161d1 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2007/02/22 19:27:24 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2007/08/16 00:14:42 joerg Exp $ -DISTNAME= swish-e-2.4.3 -PKGREVISION= # empty +DISTNAME= swish-e-2.4.5 CATEGORIES= www textproc MASTER_SITES= http://swish-e.org/distribution/ @@ -9,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://swish-e.org/ COMMENT= Simple web indexing for humans - enhanced +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes @@ -19,14 +20,6 @@ CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib} USE_TOOLS+= perl:run REPLACE_PERL= prog-bin/*.pl conf/*.pl filter-bin/*.pl html/*.pl -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "FreeBSD" -PLIST_SUBST+= LIBSWISH_E="@comment " -.else -PLIST_SUBST+= LIBSWISH_E= -.endif - .include "../../devel/pcre/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" |