diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-14 03:16:29 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-14 03:16:29 +0000 |
commit | 0f9d9f30476a8adf7e9acb299112531e2756e66e (patch) | |
tree | 91e96e10e5046c482c3ab30a790f0fb48b93a2d2 /www/webalizer | |
parent | b37a7d19437ba92fba23024ca34d08d33f7ec2c3 (diff) |
Update MASTER_SITES and a few minor nits.
PR: 13120
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=20695
Diffstat (limited to 'www/webalizer')
-rw-r--r-- | www/webalizer/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 38348e742f6b..0309e320ba8d 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: webalizer -# Version required: 1.22 +# Version required: 1.30.* # Date created: 02.Jun 1998 # Whom: dirk.meyer@dinoex.sub.org # -# $Id: Makefile,v 1.8 1999/07/04 18:54:16 obrien Exp $ +# $Id: Makefile,v 1.9 1999/08/01 20:30:04 billf Exp $ DISTNAME= webalizer-1.30-04-src PKGNAME= webalizer-1.30.4 CATEGORIES= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \ - ftp://ftp.dinoex.sub.de/pub/approved/ + ftp://ftp.lan-ks.de/pub/approved/ EXTRACT_SUFX= .tgz MAINTAINER= dirk.meyer@dinoex.sub.org @@ -27,7 +27,7 @@ SUPP_LANG= catalan chinese czech dutch english french \ german italian korean polish portuguese \ portuguese_brazil romanian russain slowak \ spanish swedish -WRKSRC= ${WRKDIR}/webalizer-1.30-04 +WRKSRC= ${WRKDIR}/${DISTNAME:S/-src$//} MAKE_ARGS+= CFLAGS="${CFLAGS}" .if defined(BATCH) |