diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-07 15:56:53 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-07 15:56:53 +0000 |
commit | 48e1513c1c8ec53e39db483d9ac8a5235d4c5435 (patch) | |
tree | 8873ed77700fb9fbefdad318353e8804107d245b /german/webalizer2/Makefile | |
parent | Add new port: ja-msdosfs - mounts japanese FAT. (diff) |
Update to version 2.1.5
PR: 21817
Submitted by: MAINTAINER
Diffstat (limited to 'german/webalizer2/Makefile')
-rw-r--r-- | german/webalizer2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/german/webalizer2/Makefile b/german/webalizer2/Makefile index ce0f83b6fa53..22e795cb52a6 100644 --- a/german/webalizer2/Makefile +++ b/german/webalizer2/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ PORTNAME= webalizer -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.5 CATEGORIES= german www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/pre-release/ \ ftp://ftp.lan-ks.de/pub/FreeBSD/distfiles/ -DISTNAME= ${PORTNAME}-2.01-03-src +DISTNAME= ${PORTNAME}-2.01-05-src MAINTAINER= dirk.meyer@dinoex.sub.org @@ -24,6 +24,7 @@ WEBALIZER_LANG?= german .include <bsd.port.pre.mk> CONFIGURE_ARGS+= --enable-dns \ + --with-etcdir=${PREFIX}/etc \ --with-gdlib=${PREFIX}/lib \ --with-gd=${PREFIX}/include/gd \ --with-language=${WEBALIZER_LANG} @@ -36,7 +37,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-src$//} PLIST_SUB+= PKGNAMEPREFIX=${PKGNAMEPREFIX} pre-configure: - @${PERL5} -pi -e "s=/etc=${PREFIX}/etc=" ${WRKSRC}/webalizer.c @${PERL5} -pi -e "s=webalizer.conf=${PKGNAMEPREFIX}webalizer.conf=" \ ${WRKSRC}/webalizer.c |