summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-05-29 23:34:28 +0000
committerwill <will@FreeBSD.org>2000-05-29 23:34:28 +0000
commit96798a68e2c767f4e11d65b98b4eb4e3df90c484 (patch)
tree1c8f33b1191f636961e274cfed39dcccad2f863b /www
parent726f2ea707b85e3a48a2aab710c10bc8b7776b1f (diff)
downloadFreeBSD-ports-96798a68e2c767f4e11d65b98b4eb4e3df90c484.zip
FreeBSD-ports-96798a68e2c767f4e11d65b98b4eb4e3df90c484.tar.gz
Portlint. freebsd.org -> FreeBSD.org. Remove unnecessary junk from
Makefile. Other miscellaneous cleanups. PR: 18281 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'www')
-rw-r--r--www/webalizer-2/Makefile22
1 files changed, 10 insertions, 12 deletions
diff --git a/www/webalizer-2/Makefile b/www/webalizer-2/Makefile
index ee0aeaf..691cdac 100644
--- a/www/webalizer-2/Makefile
+++ b/www/webalizer-2/Makefile
@@ -1,5 +1,4 @@
# New ports collection makefile for: webalizer-2
-# http://www.mrunix.net/webalizer/
# Date created: 18.Apr.2000
# Whom: ache@freebsd.org
#
@@ -7,28 +6,27 @@
#
PORTNAME= webalizer
-PORTVERSION= 2.00-12
+PORTVERSION= 2.00.12
CATEGORIES= www
MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/pre-release/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-EXTRACT_SUFX= .tar.bz2
-NO_LATEST_LINK= yes
+DISTNAME= ${PORTNAME}-2.00-12-src
-MAINTAINER= ache@freebsd.org
+MAINTAINER= ache@FreeBSD.org
LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
-USE_BZIP2= YES
+NO_LATEST_LINK= yes
+USE_BZIP2= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-dns \
- --with-gdlib=${PREFIX}/lib \
- --with-gd=${PREFIX}/include/gd
+CONFIGURE_ARGS+=--enable-dns \
+ --with-gdlib=${PREFIX}/lib \
+ --with-gd=${PREFIX}/include/gd
CONFIGURE_ENV+= LDFLAGS="-L${PREFIX}/lib"
MAN1= webalizer.1
DOC1= CHANGES COPYING Copyright INSTALL \
README README.FIRST DNS.README country-codes.txt
-SUPP_LANG= catalan chinese czech danish dutch english estonian \
+SUPP_LANG= catalan chinese czech danish dutch english estonian \
finnish french german greek hungarian indonesian italian \
korean polish portuguese portuguese_brazil romanian \
russain slovak spanish swedish
@@ -36,7 +34,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-src$//}
MAKE_ARGS+= CFLAGS="${CFLAGS}"
.if defined(BATCH)
-WEBALIZER_LANG=english
+WEBALIZER_LANG= english
.endif
.if defined(WEBALIZER_LANG)
OpenPOWER on IntegriCloud