aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
commit2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch)
tree0b080fcd55271333176593e1b9bc0b48aedbe9fa /www
parent21829056931f158e125c2d89352e36c1c7196a26 (diff)
downloadports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz
ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/Mosaic/Makefile4
-rw-r--r--www/WebMagick/Makefile30
-rw-r--r--www/amaya/Makefile18
-rw-r--r--www/analog/Makefile10
-rw-r--r--www/apache-contrib/Makefile10
-rw-r--r--www/apache13/Makefile8
-rw-r--r--www/apache2/Makefile8
-rw-r--r--www/apache20/Makefile8
-rw-r--r--www/apache21/Makefile8
-rw-r--r--www/apache22/Makefile8
-rw-r--r--www/arena/Makefile14
-rw-r--r--www/aswedit/Makefile8
-rw-r--r--www/comline/Makefile8
-rw-r--r--www/elinks-devel/Makefile4
-rw-r--r--www/elinks/Makefile4
-rw-r--r--www/hotjava/Makefile4
-rw-r--r--www/hypermail/Makefile4
-rw-r--r--www/jetty/Makefile2
-rw-r--r--www/kannel/Makefile6
-rw-r--r--www/kwebsearch/Makefile4
-rw-r--r--www/links/Makefile4
-rw-r--r--www/lynx-current/Makefile34
-rw-r--r--www/lynx-ssl/Makefile18
-rw-r--r--www/lynx/Makefile24
-rw-r--r--www/mod_auth_mysql/Makefile10
-rw-r--r--www/mod_fastcgi/Makefile4
-rw-r--r--www/mod_python/Makefile4
-rw-r--r--www/mod_python3/Makefile4
-rw-r--r--www/netscape3/Makefile6
-rw-r--r--www/netscape4-communicator/Makefile4
-rw-r--r--www/netscape48-communicator/Makefile4
-rw-r--r--www/p5-HTML-Summary/Makefile6
-rw-r--r--www/p5-HTML-Tree/Makefile6
-rw-r--r--www/p5-ParallelUA/Makefile12
-rw-r--r--www/p5-libapreq/Makefile10
-rw-r--r--www/p5-libwww/Makefile20
-rw-r--r--www/ruboard/Makefile4
-rw-r--r--www/sitecopy/Makefile16
-rw-r--r--www/squidguard/Makefile12
-rw-r--r--www/swish-e/Makefile6
-rw-r--r--www/w3m-ssl/Makefile8
-rw-r--r--www/w3mir/Makefile30
-rw-r--r--www/web2ldap/Makefile20
-rw-r--r--www/webalizer-2/Makefile10
-rw-r--r--www/webglimpse/Makefile18
-rw-r--r--www/wwwcount/Makefile14
-rw-r--r--www/wwwstat/Makefile4
47 files changed, 241 insertions, 241 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile
index 7728b434333f..2565cc4653b0 100644
--- a/www/Mosaic/Makefile
+++ b/www/Mosaic/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= mosaic
-PORTVERSION= 2.7b5
-CATEGORIES= www
+PORTVERSION= 2.7b5
+CATEGORIES= www
MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/
DISTNAME= Mosaic-src-2.7b5
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile
index c3812807fb97..53b5bc24c9f4 100644
--- a/www/WebMagick/Makefile
+++ b/www/WebMagick/Makefile
@@ -6,33 +6,33 @@
#
PORTNAME= WebMagick
-PORTVERSION= 1.46
-CATEGORIES= www graphics
-MASTER_SITES= ftp://ftp.simplesystems.org/pub/WebMagick/
+PORTVERSION= 1.46
+CATEGORIES= www graphics
+MASTER_SITES= ftp://ftp.simplesystems.org/pub/WebMagick/
-LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick
-MAINTAINER= ache@freebsd.org
+MAINTAINER= ache@freebsd.org
-USE_PERL5= YES
-GNU_CONFIGURE= YES
-CONFIGURE_ENV= webmagick_cv_rootpath=${PREFIX}/www/data \
+USE_PERL5= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= webmagick_cv_rootpath=${PREFIX}/www/data \
webmagick_cv_iconpath=webmagick \
webmagick_cv_prefixpath="" \
webmagick_cv_htimage="" \
webmagick_cv_maptype=ncsa \
PERL=${PERL}
-MAN1= webmagick.1
+MAN1= webmagick.1
pre-install:
- @${MKDIR} ${PREFIX}/www/data
+ @${MKDIR} ${PREFIX}/www/data
post-install:
- cd ${WRKSRC}; \
- if [ ! -f ${PREFIX}/etc/webmagickrc ] ; then \
- ${INSTALL_DATA} webmagickrc ${PREFIX}/etc; \
- fi; \
- ${INSTALL_DATA} webmagickrc ${PREFIX}/etc/webmagickrc.dist
+ cd ${WRKSRC}; \
+ if [ ! -f ${PREFIX}/etc/webmagickrc ] ; then \
+ ${INSTALL_DATA} webmagickrc ${PREFIX}/etc; \
+ fi; \
+ ${INSTALL_DATA} webmagickrc ${PREFIX}/etc/webmagickrc.dist
.include <bsd.port.mk>
diff --git a/www/amaya/Makefile b/www/amaya/Makefile
index 32dde83ce058..281d41a08757 100644
--- a/www/amaya/Makefile
+++ b/www/amaya/Makefile
@@ -7,7 +7,7 @@
PORTNAME= amaya
PORTVERSION= 4.2.1
-CATEGORIES= www
+CATEGORIES= www
MASTER_SITES= http://www.w3.org/Amaya/Distribution/ \
ftp://ftp.w3.org/pub/amaya/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
@@ -25,15 +25,15 @@ DICT?= none
.if ${DICT} != "none"
.if ${DICT} == "all"
-DISTFILES+= Dutch.tgz
-DISTFILES+= English.tgz
-DISTFILES+= French.tgz
-DISTFILES+= German.tgz
-DISTFILES+= Italian.tgz
-DISTFILES+= Spanish.tgz
-DISTFILES+= Swedish.tgz
+DISTFILES+= Dutch.tgz
+DISTFILES+= English.tgz
+DISTFILES+= French.tgz
+DISTFILES+= German.tgz
+DISTFILES+= Italian.tgz
+DISTFILES+= Spanish.tgz
+DISTFILES+= Swedish.tgz
.else
-DISTFILES+= ${DICT:S/$/.tgz/g}
+DISTFILES+= ${DICT:S/$/.tgz/g}
.endif
.endif
diff --git a/www/analog/Makefile b/www/analog/Makefile
index f45dca008eee..882db31d47f9 100644
--- a/www/analog/Makefile
+++ b/www/analog/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= analog
-PORTVERSION= 4.11
+PORTVERSION= 4.11
CATEGORIES= www
-MASTER_SITES= http://www.analog.cx/ \
+MASTER_SITES= http://www.analog.cx/ \
http://brendanr.simplenet.com/analog/ \
http://www.magma.ca/~brendanr/analog/ \
http://www.monash.edu.au/mirror/analog/ \
@@ -18,10 +18,10 @@ MASTER_SITES= http://www.analog.cx/ \
ftp://download.netvision.net.il/pub/mirrors/analog/ \
ftp://mabuse.phil.uni-passau.de/pub/mirrors/analog/
-MAINTAINER= ports@freebsd.org
+MAINTAINER= ports@freebsd.org
-MAKE_FLAGS= -DPREFIX=${PREFIX} -f
-ALL_TARGET= analog
+MAKE_FLAGS= -DPREFIX=${PREFIX} -f
+ALL_TARGET= analog
do-install:
${MKDIR} ${PREFIX}/share/doc/analog
diff --git a/www/apache-contrib/Makefile b/www/apache-contrib/Makefile
index 55d5d3cef71f..812b5c96ee20 100644
--- a/www/apache-contrib/Makefile
+++ b/www/apache-contrib/Makefile
@@ -32,7 +32,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
APXS= ${LOCALBASE}/sbin/apxs
-AP_PORT?= apache13
+AP_PORT?= apache13
.if exists(${APXS})
APXS_WORKS!= ${APXS} -q TARGET 2>/dev/null || echo no
.endif
@@ -42,10 +42,10 @@ AP_SYSCONF!= ${APXS} -q SYSCONFDIR
AP_INCLUDE!= ${APXS} -q INCLUDEDIR
AP_LIBEXEC!= ${APXS} -q LIBEXECDIR
.else
-AP_TARGET?= httpd
-AP_SYSCONF?= ${PREFIX}/etc/apache
-AP_INCLUDE?= ${PREFIX}/include/apache
-AP_LIBEXEC?= ${PREFIX}/libexec/apache
+AP_TARGET?= httpd
+AP_SYSCONF?= ${PREFIX}/etc/apache
+AP_INCLUDE?= ${PREFIX}/include/apache
+AP_LIBEXEC?= ${PREFIX}/libexec/apache
.endif
ALL_TARGET= APXS=${APXS} all
diff --git a/www/apache13/Makefile b/www/apache13/Makefile
index ad869aa83971..eb0f18609e97 100644
--- a/www/apache13/Makefile
+++ b/www/apache13/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= apache
-PORTVERSION= 1.3.14
-PORTREVISION= 1
+PORTVERSION= 1.3.14
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.apache.org/dist/ \
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \
@@ -26,8 +26,8 @@ MASTER_SITES= http://www.apache.org/dist/ \
ftp://apache.nextpath.com/pub/apache/dist/
DISTNAME= apache_${PORTVERSION}
-PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= apache_${PORTVERSION}-fix.diff
+PATCH_SITES= ${MASTER_SITES}
+PATCHFILES= apache_${PORTVERSION}-fix.diff
MAINTAINER= ache@freebsd.org
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index ad869aa83971..eb0f18609e97 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= apache
-PORTVERSION= 1.3.14
-PORTREVISION= 1
+PORTVERSION= 1.3.14
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.apache.org/dist/ \
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \
@@ -26,8 +26,8 @@ MASTER_SITES= http://www.apache.org/dist/ \
ftp://apache.nextpath.com/pub/apache/dist/
DISTNAME= apache_${PORTVERSION}
-PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= apache_${PORTVERSION}-fix.diff
+PATCH_SITES= ${MASTER_SITES}
+PATCHFILES= apache_${PORTVERSION}-fix.diff
MAINTAINER= ache@freebsd.org
diff --git a/www/apache20/Makefile b/www/apache20/Makefile
index ad869aa83971..eb0f18609e97 100644
--- a/www/apache20/Makefile
+++ b/www/apache20/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= apache
-PORTVERSION= 1.3.14
-PORTREVISION= 1
+PORTVERSION= 1.3.14
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.apache.org/dist/ \
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \
@@ -26,8 +26,8 @@ MASTER_SITES= http://www.apache.org/dist/ \
ftp://apache.nextpath.com/pub/apache/dist/
DISTNAME= apache_${PORTVERSION}
-PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= apache_${PORTVERSION}-fix.diff
+PATCH_SITES= ${MASTER_SITES}
+PATCHFILES= apache_${PORTVERSION}-fix.diff
MAINTAINER= ache@freebsd.org
diff --git a/www/apache21/Makefile b/www/apache21/Makefile
index ad869aa83971..eb0f18609e97 100644
--- a/www/apache21/Makefile
+++ b/www/apache21/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= apache
-PORTVERSION= 1.3.14
-PORTREVISION= 1
+PORTVERSION= 1.3.14
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.apache.org/dist/ \
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \
@@ -26,8 +26,8 @@ MASTER_SITES= http://www.apache.org/dist/ \
ftp://apache.nextpath.com/pub/apache/dist/
DISTNAME= apache_${PORTVERSION}
-PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= apache_${PORTVERSION}-fix.diff
+PATCH_SITES= ${MASTER_SITES}
+PATCHFILES= apache_${PORTVERSION}-fix.diff
MAINTAINER= ache@freebsd.org
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index ad869aa83971..eb0f18609e97 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= apache
-PORTVERSION= 1.3.14
-PORTREVISION= 1
+PORTVERSION= 1.3.14
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.apache.org/dist/ \
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \
@@ -26,8 +26,8 @@ MASTER_SITES= http://www.apache.org/dist/ \
ftp://apache.nextpath.com/pub/apache/dist/
DISTNAME= apache_${PORTVERSION}
-PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= apache_${PORTVERSION}-fix.diff
+PATCH_SITES= ${MASTER_SITES}
+PATCHFILES= apache_${PORTVERSION}-fix.diff
MAINTAINER= ache@freebsd.org
diff --git a/www/arena/Makefile b/www/arena/Makefile
index 150d206566f4..738a034d8301 100644
--- a/www/arena/Makefile
+++ b/www/arena/Makefile
@@ -6,18 +6,18 @@
#
PORTNAME= arena-i18n
-PORTVERSION= beta3b
-CATEGORIES= www
-MASTER_SITES= ftp://ftp-eu.w3.org/pub/Arena/beta-3/
+PORTVERSION= beta3b
+CATEGORIES= www
+MASTER_SITES= ftp://ftp-eu.w3.org/pub/Arena/beta-3/
DISTNAME= arena-CJK-beta3a
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
-LIB_DEPENDS+= png.4:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS+= png.4:${PORTSDIR}/graphics/png
USE_XLIB= yes
-WRKSRC= ${WRKDIR}/WWW
+WRKSRC= ${WRKDIR}/WWW
do-build:
cd ${WRKSRC}/Library/freebsd; ${MAKE}
diff --git a/www/aswedit/Makefile b/www/aswedit/Makefile
index 5ffb9852bceb..90abfdc5b4eb 100644
--- a/www/aswedit/Makefile
+++ b/www/aswedit/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= asWedit
-PORTVERSION= 4.0.1
+PORTVERSION= 4.0.1
CATEGORIES= www editors linux
MASTER_SITES= http://www.advasoft.com/asWedit/ \
ftp://sunsite.doc.ic.ac.uk/packages/www/asWedit/ \
@@ -16,13 +16,13 @@ DISTNAME= asWedit-4.0-i386.linux
MAINTAINER= brett@peloton.runet.edu
-RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
+RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
ONLY_FOR_ARCHS= i386
-RESTRICTED= "Commercial software"
+RESTRICTED= "Commercial software"
NO_BUILD= yes
NO_PACKAGE= ${RESTRICTED}
-WRKSRC= ${WRKDIR}/asWedit-4.0.1
+WRKSRC= ${WRKDIR}/asWedit-4.0.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/asWedit ${PREFIX}/bin
diff --git a/www/comline/Makefile b/www/comline/Makefile
index e1704200a63a..528939df60d1 100644
--- a/www/comline/Makefile
+++ b/www/comline/Makefile
@@ -6,16 +6,16 @@
#
PORTNAME= comline
-PORTVERSION= 4.0D
+PORTVERSION= 4.0D
CATEGORIES= www
-MASTER_SITES= ftp://ftp.w3.org/pub/old/comline/ \
+MASTER_SITES= ftp://ftp.w3.org/pub/old/comline/ \
ftp://ftp.w3.org/pub/libwww/old/ \
ftp://ftp-eu.w3.org/pub/old/comline/ \
ftp://ftp-eu.w3.org/pub/libwww/old/
-DISTFILES= w3c-libwww-4.0D.tar.gz \
+DISTFILES= w3c-libwww-4.0D.tar.gz \
w3c_4.0D_src.tar.gz
-MAINTAINER= ache@freebsd.org
+MAINTAINER= ache@freebsd.org
WRKSRC= ${WRKDIR}/WWW
diff --git a/www/elinks-devel/Makefile b/www/elinks-devel/Makefile
index 9396fd2cd80d..414d8e2de4db 100644
--- a/www/elinks-devel/Makefile
+++ b/www/elinks-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= links
-PORTVERSION= 0.95
+PORTVERSION= 0.95
CATEGORIES= www
MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \
http://www.add.com.pl/links/download/ \
@@ -16,6 +16,6 @@ MAINTAINER= demon@FreeBSD.org
GNU_CONFIGURE= yes
-MAN1= links.1
+MAN1= links.1
.include <bsd.port.mk>
diff --git a/www/elinks/Makefile b/www/elinks/Makefile
index 9396fd2cd80d..414d8e2de4db 100644
--- a/www/elinks/Makefile
+++ b/www/elinks/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= links
-PORTVERSION= 0.95
+PORTVERSION= 0.95
CATEGORIES= www
MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \
http://www.add.com.pl/links/download/ \
@@ -16,6 +16,6 @@ MAINTAINER= demon@FreeBSD.org
GNU_CONFIGURE= yes
-MAN1= links.1
+MAN1= links.1
.include <bsd.port.mk>
diff --git a/www/hotjava/Makefile b/www/hotjava/Makefile
index 587aba0b5aeb..66a8c349abd6 100644
--- a/www/hotjava/Makefile
+++ b/www/hotjava/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= hotjava
-PORTVERSION= 3.0
+PORTVERSION= 3.0
CATEGORIES= www java
MASTER_SITES=
DISTNAME= hjb3_0-linux.sfx
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk
EXTRACT_ONLY=
NO_WRKSUBDIR= yes
-JDK_VERSION= 1.1.8
+JDK_VERSION= 1.1.8
NO_BUILD= yes
NO_CDROM= "See the licence"
RESTRICTED= "Licenced for individual non-commercial use only"
diff --git a/www/hypermail/Makefile b/www/hypermail/Makefile
index 2426bbd28167..aac4c1b009b0 100644
--- a/www/hypermail/Makefile
+++ b/www/hypermail/Makefile
@@ -13,9 +13,9 @@ MASTER_SITES= ftp://ftp.landfield.com/hypermail/ \
MAINTAINER= veers@disturbed.net
-HAS_CONFIGURE= yes
+HAS_CONFIGURE= yes
MAN1= hypermail.1
-MAN4= hmrc.4
+MAN4= hmrc.4
.include <bsd.port.mk>
diff --git a/www/jetty/Makefile b/www/jetty/Makefile
index 5f104e4b976b..00e768f0d226 100644
--- a/www/jetty/Makefile
+++ b/www/jetty/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= stephane.legrand@bigfoot.com
RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper \
${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jre
-JAVAVM?= ${LOCALBASE}/bin/javavm
+JAVAVM?= ${LOCALBASE}/bin/javavm
NO_BUILD= yes
do-install:
diff --git a/www/kannel/Makefile b/www/kannel/Makefile
index ca3db8639580..e14ca8e9a919 100644
--- a/www/kannel/Makefile
+++ b/www/kannel/Makefile
@@ -12,13 +12,13 @@ DISTNAME= gateway-${PORTVERSION}
MAINTAINER= midom@dammit.lt
-LIB_DEPENDS= xml:${PORTSDIR}/textproc/libxml
+LIB_DEPENDS= xml:${PORTSDIR}/textproc/libxml
GNU_CONFIGURE= yes
USE_GMAKE= yes
-WRKSRC= ${WRKDIR}/gateway-0.10.2/
+WRKSRC= ${WRKDIR}/gateway-0.10.2/
CFLAGS+= -pthread
-CONFIGURE_ARGS += --with-malloc=native
+CONFIGURE_ARGS+= --with-malloc=native
do-install:
.if !defined(NOPORTDOCS)
diff --git a/www/kwebsearch/Makefile b/www/kwebsearch/Makefile
index 0a4aa0318bc1..b2a60e5753ff 100644
--- a/www/kwebsearch/Makefile
+++ b/www/kwebsearch/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= kwebsearch
-PORTVERSION= 1.2
+PORTVERSION= 1.2
CATEGORIES= www kde
MASTER_SITES= http://www.bawue.de/~rgoetz/
@@ -16,7 +16,7 @@ LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
BUILD_DEPENDS= ${LOCALBASE}/bin/gettext:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GMAKE= yes
USE_QT= yes
.include <bsd.port.mk>
diff --git a/www/links/Makefile b/www/links/Makefile
index 9396fd2cd80d..414d8e2de4db 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= links
-PORTVERSION= 0.95
+PORTVERSION= 0.95
CATEGORIES= www
MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \
http://www.add.com.pl/links/download/ \
@@ -16,6 +16,6 @@ MAINTAINER= demon@FreeBSD.org
GNU_CONFIGURE= yes
-MAN1= links.1
+MAN1= links.1
.include <bsd.port.mk>
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index 05c82eab444b..75cb71b3aec9 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -6,20 +6,20 @@
#
PORTNAME= lynx
-PORTVERSION= 2.8.4d16
-CATEGORIES= www ipv6
-MASTER_SITES= http://lynx.isc.org/current/
-DISTNAME= ${PORTNAME}2.8.4dev.16
+PORTVERSION= 2.8.4d16
+CATEGORIES= www ipv6
+MASTER_SITES= http://lynx.isc.org/current/
+DISTNAME= ${PORTNAME}2.8.4dev.16
MAINTAINER= ache@FreeBSD.org
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
-WRKSRC= ${WRKDIR}/${PORTNAME}2-8-4
-USE_BZIP2= YES
-NO_LATEST_LINK= YES
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
+WRKSRC= ${WRKDIR}/${PORTNAME}2-8-4
+USE_BZIP2= yes
+NO_LATEST_LINK= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
--enable-nsl-fork --enable-persistent-cookies \
--enable-nls
@@ -30,15 +30,15 @@ CONFIGURE_ARGS+=--enable-ipv6
.else
CONFIGURE_ARGS+=--disable-ipv6
.endif
-CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib
-MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f
-MAKEFILE= makefile
-INSTALL_TARGET= install-full
+CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib
+MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f
+MAKEFILE= makefile
+INSTALL_TARGET= install-full
MAN1= lynx.1
-L_LIB= ${PREFIX}/etc
-L_DOC= ${PREFIX}/share/doc/lynx
-L_HELP= ${PREFIX}/share/lynx_help
+L_LIB= ${PREFIX}/etc
+L_DOC= ${PREFIX}/share/doc/lynx
+L_HELP= ${PREFIX}/share/lynx_help
post-install:
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${L_DOC}
diff --git a/www/lynx-ssl/Makefile b/www/lynx-ssl/Makefile
index c4bb256d3378..1ab497fb7534 100644
--- a/www/lynx-ssl/Makefile
+++ b/www/lynx-ssl/Makefile
@@ -6,28 +6,28 @@
#
PORTNAME= lynx-ssl
-PORTVERSION= 2.8.3.1
+PORTVERSION= 2.8.3.1
CATEGORIES= www
-MASTER_SITES= ftp://lynx.isc.org/current/
+MASTER_SITES= ftp://lynx.isc.org/current/
DISTNAME= lynx2.8.3rel.1
-USE_OPENSSL= YES
-USE_BZIP2= YES
+USE_OPENSSL= yes
+USE_BZIP2= yes
.include <bsd.port.pre.mk>
PATCH_SITES= http://www.moxienet.com/lynx/
PATCHFILES= lynx-283-ssl.patch.gz
-PATCH_DIST_STRIP= -p1
+PATCH_DIST_STRIP= -p1
MAINTAINER= sec@42.org
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= yes
CFLAGS+= -I${OPENSSLINC}/openssl
-CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc" \
+CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc" \
--enable-nsl-fork
-MAKEFILE= makefile
-INSTALL_TARGET= install-full
+MAKEFILE= makefile
+INSTALL_TARGET= install-full
MAN1= lynx.1
WRKSRC= ${WRKDIR}/lynx2-8-3
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index ce46b1b07d4f..c787b9c3b392 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -6,26 +6,26 @@
#
PORTNAME= lynx
-PORTVERSION= 2.8.3.1
+PORTVERSION= 2.8.3.1
CATEGORIES= www
-MASTER_SITES= http://lynx.isc.org/current/
+MASTER_SITES= http://lynx.isc.org/current/
DISTNAME= ${PORTNAME}2.8.3rel.1
MAINTAINER= jseger@FreeBSD.org
-USE_BZIP2= YES
-WRKSRC= ${WRKDIR}/lynx2-8-3
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
+USE_BZIP2= yes
+WRKSRC= ${WRKDIR}/lynx2-8-3
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
--enable-nsl-fork --enable-persistent-cookies
-MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f
-MAKEFILE= makefile
-INSTALL_TARGET= install-full
+MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f
+MAKEFILE= makefile
+INSTALL_TARGET= install-full
MAN1= lynx.1
-L_LIB= ${PREFIX}/etc
-L_DOC= ${PREFIX}/share/doc/lynx
-L_HELP= ${PREFIX}/share/lynx_help
+L_LIB= ${PREFIX}/etc
+L_DOC= ${PREFIX}/share/doc/lynx
+L_HELP= ${PREFIX}/share/lynx_help
post-install:
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${L_DOC}
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile
index 328bf0ad5496..da093ca2d87e 100644
--- a/www/mod_auth_mysql/Makefile
+++ b/www/mod_auth_mysql/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/www/${AP_PORT}
APXS= ${LOCALBASE}/sbin/apxs
-AP_PORT?= apache13
+AP_PORT?= apache13
.if exists(${APXS})
APXS_WORKS!= ${APXS} -q TARGET 2>/dev/null || echo no
.endif
@@ -31,10 +31,10 @@ AP_SYSCONF!= ${APXS} -q SYSCONFDIR
AP_INCLUDE!= ${APXS} -q INCLUDEDIR
AP_LIBEXEC!= ${APXS} -q LIBEXECDIR
.else
-AP_TARGET?= httpd
-AP_SYSCONF?= ${PREFIX}/etc/apache
-AP_INCLUDE?= ${PREFIX}/include/apache
-AP_LIBEXEC?= ${PREFIX}/libexec/apache
+AP_TARGET?= httpd
+AP_SYSCONF?= ${PREFIX}/etc/apache
+AP_INCLUDE?= ${PREFIX}/include/apache
+AP_LIBEXEC?= ${PREFIX}/libexec/apache
.endif
AUTH_MYSQL_DOCS= apache/manual/mod/mod_auth_mysql
diff --git a/www/mod_fastcgi/Makefile b/www/mod_fastcgi/Makefile
index ca275678f7ac..127e3910dbf4 100644
--- a/www/mod_fastcgi/Makefile
+++ b/www/mod_fastcgi/Makefile
@@ -13,8 +13,8 @@ DISTNAME= mod_fastcgi_${PORTVERSION}
MAINTAINER= hollywar@mail.holywar.net
-BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
-RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
+BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
+RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
do-patch:
cd ${WRKSRC} ; ${MV} Makefile.tmpl Makefile ;
diff --git a/www/mod_python/Makefile b/www/mod_python/Makefile
index 428c4ff78b87..d114cc19cb5b 100644
--- a/www/mod_python/Makefile
+++ b/www/mod_python/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= mod_python
-PORTVERSION= 2.7.1
+PORTVERSION= 2.7.1
CATEGORIES= www python
MASTER_SITES= http://www.modpython.org/dist/ \
http://www.python.org/ftp/python/2.0/ \
http://www3.kr.freebsd.org/~perky/distfiles/
-DISTFILES= mod_python-${PORTVERSION}.tgz ${PYTHON_DISTFILE}
+DISTFILES= mod_python-${PORTVERSION}.tgz ${PYTHON_DISTFILE}
DIST_SUBDIR= python
MAINTAINER= perky@python.or.kr
diff --git a/www/mod_python3/Makefile b/www/mod_python3/Makefile
index 428c4ff78b87..d114cc19cb5b 100644
--- a/www/mod_python3/Makefile
+++ b/www/mod_python3/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= mod_python
-PORTVERSION= 2.7.1
+PORTVERSION= 2.7.1
CATEGORIES= www python
MASTER_SITES= http://www.modpython.org/dist/ \
http://www.python.org/ftp/python/2.0/ \
http://www3.kr.freebsd.org/~perky/distfiles/
-DISTFILES= mod_python-${PORTVERSION}.tgz ${PYTHON_DISTFILE}
+DISTFILES= mod_python-${PORTVERSION}.tgz ${PYTHON_DISTFILE}
DIST_SUBDIR= python
MAINTAINER= perky@python.or.kr
diff --git a/www/netscape3/Makefile b/www/netscape3/Makefile
index 2ae1a2632d32..d862ec80e8c2 100644
--- a/www/netscape3/Makefile
+++ b/www/netscape3/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME?= netscape
-PORTVERSION?= 3.04
+PORTVERSION?= 3.04
CATEGORIES= www
MASTER_SITES?= ftp://archive:oldies@archive.netscape.com/archive/navigator/3.04/shipping/english/unix/bsdi11/navigator_complete/
-DISTFILES= netscape-v304-export.x86-unknown-bsd.tar.gz
+DISTFILES= netscape-v304-export.x86-unknown-bsd.tar.gz
MAINTAINER= sada@FreeBSD.org
@@ -26,7 +26,7 @@ PKGREQ= ${PORTSDIR}/www/netscape4-communicator/pkg-req.aout
MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \
ftp://ftp.za.freebsd.org/pub/Fortify/
DISTFILES+= ${FORTIFY}.tar.gz
-RESTRICTED= "Contains strong cryptography"
+RESTRICTED= "Contains strong cryptography"
.endif
FORTIFY= Fortify-1.4.6-unix-x86
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile
index 9d9e30ee6978..3652195f1993 100644
--- a/www/netscape4-communicator/Makefile
+++ b/www/netscape4-communicator/Makefile
@@ -36,7 +36,7 @@ NDIR= ${PREFIX}/${NSUBDIR}
NSUBDIR?= lib/netscape
BINDIR= ${PREFIX}/bin
INFILE_HEAD?= 'Communicator,4.08.0.98306'
-WRAPPER_TEMPLATE= ${MASTERDIR}/files/netscape.sh
+WRAPPER_TEMPLATE= ${MASTERDIR}/files/netscape.sh
MAILCAP?= ${MASTERDIR}/files/mailcap
PLIST_SUB= BROWSER=${BROWSER_ARC} BROWSER_VER=${BROWSER_VER} \
@@ -50,7 +50,7 @@ DISTFILES+= ${AUTOADMIN}
MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \
ftp://ftp.za.freebsd.org/pub/Fortify/
DISTFILES+= ${FORTIFY}.tar.gz
-RESTRICTED= "Contains strong cryptography"
+RESTRICTED= "Contains strong cryptography"
.endif
.if !defined(_PREMKINCLUDED)
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile
index 9d9e30ee6978..3652195f1993 100644
--- a/www/netscape48-communicator/Makefile
+++ b/www/netscape48-communicator/Makefile
@@ -36,7 +36,7 @@ NDIR= ${PREFIX}/${NSUBDIR}
NSUBDIR?= lib/netscape
BINDIR= ${PREFIX}/bin
INFILE_HEAD?= 'Communicator,4.08.0.98306'
-WRAPPER_TEMPLATE= ${MASTERDIR}/files/netscape.sh
+WRAPPER_TEMPLATE= ${MASTERDIR}/files/netscape.sh
MAILCAP?= ${MASTERDIR}/files/mailcap
PLIST_SUB= BROWSER=${BROWSER_ARC} BROWSER_VER=${BROWSER_VER} \
@@ -50,7 +50,7 @@ DISTFILES+= ${AUTOADMIN}
MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \
ftp://ftp.za.freebsd.org/pub/Fortify/
DISTFILES+= ${FORTIFY}.tar.gz
-RESTRICTED= "Contains strong cryptography"
+RESTRICTED= "Contains strong cryptography"
.endif
.if !defined(_PREMKINCLUDED)
diff --git a/www/p5-HTML-Summary/Makefile b/www/p5-HTML-Summary/Makefile
index 232d11f17399..2588f60538bd 100644
--- a/www/p5-HTML-Summary/Makefile
+++ b/www/p5-HTML-Summary/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= HTML-Summary
-PORTVERSION= 0.017
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+PORTVERSION= 0.017
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
diff --git a/www/p5-HTML-Tree/Makefile b/www/p5-HTML-Tree/Makefile
index f9ebba827676..3b697977d89b 100644
--- a/www/p5-HTML-Tree/Makefile
+++ b/www/p5-HTML-Tree/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= HTML-Tree
-PORTVERSION= 3.08
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+PORTVERSION= 3.08
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
diff --git a/www/p5-ParallelUA/Makefile b/www/p5-ParallelUA/Makefile
index 294584d3cf1b..7c37351723d4 100644
--- a/www/p5-ParallelUA/Makefile
+++ b/www/p5-ParallelUA/Makefile
@@ -7,14 +7,14 @@
#
PORTNAME= ParallelUA
-PORTVERSION= 2.49
-CATEGORIES= www perl5 devel
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= LWP
+PORTVERSION= 2.49
+CATEGORIES= www perl5 devel
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= LWP
DISTNAME= ParallelUserAgent-${PORTVERSION}
PKGNAMEPREFIX= p5-
-MAINTAINER= ache@FreeBSD.org
+MAINTAINER= ache@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \
@@ -24,7 +24,7 @@ USE_PERL5= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= Bundle::ParallelUA.3 \
+MAN3= Bundle::ParallelUA.3 \
LWP::Parallel.3 \
LWP::Parallel::Protocol.3 \
LWP::Parallel::RobotUA.3 \
diff --git a/www/p5-libapreq/Makefile b/www/p5-libapreq/Makefile
index 95c5528af866..eb93ae89e570 100644
--- a/www/p5-libapreq/Makefile
+++ b/www/p5-libapreq/Makefile
@@ -6,20 +6,20 @@
#
PORTNAME= libapreq
-PORTVERSION= 0.31
-CATEGORIES= www perl5 devel
+PORTVERSION= 0.31
+CATEGORIES= www perl5 devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Apache
+MASTER_SITE_SUBDIR= Apache
PKGNAMEPREFIX= p5-
MAINTAINER= frank@exit.com
-BUILD_DEPENDS= ${LOCALBASE}/include/apache/httpd.h:${PORTSDIR}/www/apache13 \
+BUILD_DEPENDS= ${LOCALBASE}/include/apache/httpd.h:${PORTSDIR}/www/apache13 \
${LOCALBASE}/include/apache/modules/perl/mod_perl.h:${PORTSDIR}/www/p5-Apache
USE_PERL5= yes
-MAN3= Apache::Request.3 Apache::Cookie.3 libapreq.3 Apache::libapreq.3
+MAN3= Apache::Request.3 Apache::Cookie.3 libapreq.3 Apache::libapreq.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile
index 031a2b436ba4..d03878ba7f8f 100644
--- a/www/p5-libwww/Makefile
+++ b/www/p5-libwww/Makefile
@@ -7,26 +7,26 @@
PORTNAME= p5-libwww
PORTVERSION= 5.48
-CATEGORIES= www perl5 devel
+CATEGORIES= www perl5 devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= LWP
+MASTER_SITE_SUBDIR= LWP
DISTNAME= libwww-perl-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest.pm:${PORTSDIR}/security/p5-Digest-MD5 \
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
-USE_PERL5= YES
+USE_PERL5= yes
-MAN1= lwp-download.1 \
+MAN1= lwp-download.1 \
lwp-mirror.1 \
lwp-request.1 \
lwp-rget.1
-MAN3= Bundle::LWP.3 \
+MAN3= Bundle::LWP.3 \
File::Listing.3 \
HTML::Form.3 \
HTTP::Cookies.3 \
@@ -55,9 +55,9 @@ MAN3= Bundle::LWP.3 \
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
- @ cd ${WRKSRC}; \
- ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \
- INSTALLMAN1DIR=${PREFIX}/man/man1 \
- INSTALLSCRIPT=${PREFIX}/bin
+ @cd ${WRKSRC}; \
+ ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \
+ INSTALLMAN1DIR=${PREFIX}/man/man1 \
+ INSTALLSCRIPT=${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/www/ruboard/Makefile b/www/ruboard/Makefile
index e6455990399d..8f622e5ca94b 100644
--- a/www/ruboard/Makefile
+++ b/www/ruboard/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= ruboard
-PORTVERSION= 1.2.1
+PORTVERSION= 1.2.1
CATEGORIES= www russian
MASTER_SITES= ftp://ftp.amsoft.ru/software/ruboard/
-MAINTAINER= am@amsoft.ru
+MAINTAINER= am@amsoft.ru
.include <bsd.port.mk>
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile
index 3cdc7dcb843b..f4d3bf4691e8 100644
--- a/www/sitecopy/Makefile
+++ b/www/sitecopy/Makefile
@@ -6,20 +6,20 @@
#
PORTNAME= sitecopy
-PORTVERSION= 0.9.10
+PORTVERSION= 0.9.10
CATEGORIES= www
-MASTER_SITES= http://www.lyra.org/sitecopy/
+MASTER_SITES= http://www.lyra.org/sitecopy/
-MAINTAINER= nik@FreeBSD.org
+MAINTAINER= nik@FreeBSD.org
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
FETCH_BEFORE_ARGS= -b
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib \
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib \
LIBS=-lintl
-USE_GMAKE= yes
-ALL_TARGET= sitecopy
+USE_GMAKE= yes
+ALL_TARGET= sitecopy
MAN1= sitecopy.1
diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile
index 43e778d3964f..5388ce023fd5 100644
--- a/www/squidguard/Makefile
+++ b/www/squidguard/Makefile
@@ -5,16 +5,16 @@
# $FreeBSD$
#
-PORTNAME= squidGuard
-PORTVERSION= 1.1.4
-CATEGORIES= www
-MASTER_SITES= http://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \
+PORTNAME= squidGuard
+PORTVERSION= 1.1.4
+CATEGORIES= www
+MASTER_SITES= http://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \
ftp://ftp.ost.eltele.no/pub/www/proxy/squidGuard/
MAINTAINER= ports@tyfon.net
-BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db
-RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid23
+BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db
+RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid23
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-db-inc=${PREFIX}/include/db2 \
diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile
index f59e6e90929f..722bbb18a1d5 100644
--- a/www/swish-e/Makefile
+++ b/www/swish-e/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= swish-e
-PORTVERSION= 1.3.2
-CATEGORIES= www textproc
-MASTER_SITES= ftp://sunsite.berkeley.edu/pub/swish-e/
+PORTVERSION= 1.3.2
+CATEGORIES= www textproc
+MASTER_SITES= ftp://sunsite.berkeley.edu/pub/swish-e/
DISTNAME= swish-efiles.1.3.2
MAINTAINER= doconnor@gsoft.com.au
diff --git a/www/w3m-ssl/Makefile b/www/w3m-ssl/Makefile
index 0f9bef1b6881..f4b2c7638d7f 100644
--- a/www/w3m-ssl/Makefile
+++ b/www/w3m-ssl/Makefile
@@ -7,10 +7,10 @@
PKGNAMESUFFIX= -ssl
-MASTERDIR= ${.CURDIR}/../../www/w3m
-PKGDIR= ${.CURDIR}
-PLIST= ${MASTERDIR}/pkg-plist
+MASTERDIR= ${.CURDIR}/../../www/w3m
+PKGDIR= ${.CURDIR}
+PLIST= ${MASTERDIR}/pkg-plist
-USE_OPENSSL= YES
+USE_OPENSSL= yes
.include "${MASTERDIR}/Makefile"
diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile
index e4c6bc41feb1..2b812a7514b3 100644
--- a/www/w3mir/Makefile
+++ b/www/w3mir/Makefile
@@ -6,28 +6,28 @@
#
PORTNAME= w3mir
-PORTVERSION= 1.0.8
-CATEGORIES= www perl5
-MASTER_SITES= http://www.math.uio.no/~janl/w3mir/
+PORTVERSION= 1.0.8
+CATEGORIES= www perl5
+MASTER_SITES= http://www.math.uio.no/~janl/w3mir/
-MAINTAINER= ache@freebsd.org
+MAINTAINER= ache@freebsd.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww
-USE_PERL5= Yes
+USE_PERL5= yes
-MAN1= w3mir.1 w3mfix.1
+MAN1= w3mir.1 w3mfix.1
do-configure:
- @ cd ${WRKSRC}; \
- ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \
- INSTALLMAN1DIR=${PREFIX}/man/man1 \
- INSTALLSCRIPT=${PREFIX}/bin
+ @ cd ${WRKSRC}; \
+ ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \
+ INSTALLMAN1DIR=${PREFIX}/man/man1 \
+ INSTALLSCRIPT=${PREFIX}/bin
post-install:
- ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \
- ${PREFIX}/share/doc/w3mir
- cd ${WRKSRC} && ${INSTALL_DATA} \
- README Artistic w3mir-HOWTO.html example.cfg \
- multiscope.cfg ${PREFIX}/share/doc/w3mir
+ ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \
+ ${PREFIX}/share/doc/w3mir
+ cd ${WRKSRC} && ${INSTALL_DATA} \
+ README Artistic w3mir-HOWTO.html example.cfg \
+ multiscope.cfg ${PREFIX}/share/doc/w3mir
.include <bsd.port.mk>
diff --git a/www/web2ldap/Makefile b/www/web2ldap/Makefile
index 90450d9ef92a..fac77e6c8905 100644
--- a/www/web2ldap/Makefile
+++ b/www/web2ldap/Makefile
@@ -5,19 +5,19 @@
# $FreeBSD$
#
-PORTNAME= web2ldap
-PORTVERSION= 0.8.1
-CATEGORIES= www
-MASTER_SITES= http://www.web2ldap.de/download/ \
- http://www.tricknolgy.org/ports/
+PORTNAME= web2ldap
+PORTVERSION= 0.8.1
+CATEGORIES= www
+MASTER_SITES= http://www.web2ldap.de/download/ \
+ http://www.tricknolgy.org/ports/
-MAINTAINER= oddbjorn@tricknology.org
+MAINTAINER= oddbjorn@tricknology.org
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_ldapmodule.so:${PORTSDIR}/net/ldapmodule
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_ldapmodule.so:${PORTSDIR}/net/ldapmodule
-NO_BUILD= yes
-USE_PYTHON= yes
-PYTHON_VERSION= python2.0
+NO_BUILD= yes
+USE_PYTHON= yes
+PYTHON_VERSION= python2.0
do-install:
@${MKDIR} ${PREFIX}/${PORTNAME}
diff --git a/www/webalizer-2/Makefile b/www/webalizer-2/Makefile
index 764c872517a1..135f74934088 100644
--- a/www/webalizer-2/Makefile
+++ b/www/webalizer-2/Makefile
@@ -6,18 +6,18 @@
#
PORTNAME= webalizer
-PORTVERSION= 2.1.6
+PORTVERSION= 2.1.6
PORTREVISION= 1
CATEGORIES= www
-MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/
-DISTNAME= ${PORTNAME}-2.01-06-src
+MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/
+DISTNAME= ${PORTNAME}-2.01-06-src
-MAINTAINER= ache@FreeBSD.org
+MAINTAINER= ache@FreeBSD.org
LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd
NO_LATEST_LINK= yes
-USE_BZIP2= yes
+USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-dns \
--with-etcdir=${PREFIX}/etc \
diff --git a/www/webglimpse/Makefile b/www/webglimpse/Makefile
index 84afeab6d3f5..dc613f97ca6e 100644
--- a/www/webglimpse/Makefile
+++ b/www/webglimpse/Makefile
@@ -7,21 +7,21 @@
#
PORTNAME= webglimpse
-PORTVERSION= 1.6
-CATEGORIES= www textproc
-MASTER_SITES= ftp://ftp.deva.net/pub/sources/ir/glimpse/
+PORTVERSION= 1.6
+CATEGORIES= www textproc
+MASTER_SITES= ftp://ftp.deva.net/pub/sources/ir/glimpse/
DISTNAME= ${PKGNAME}.src
-MAINTAINER= ache@freebsd.org
+MAINTAINER= ache@freebsd.org
-RUN_DEPENDS+= ${LOCALBASE}/etc/apache/httpd.conf:${PORTSDIR}/www/apache13
-RUN_DEPENDS+= glimpse:${PORTSDIR}/textproc/glimpse
+RUN_DEPENDS+= ${LOCALBASE}/etc/apache/httpd.conf:${PORTSDIR}/www/apache13
+RUN_DEPENDS+= glimpse:${PORTSDIR}/textproc/glimpse
-WRKSRC= ${WRKDIR}/webglimpse-1.6.edu
+WRKSRC= ${WRKDIR}/webglimpse-1.6.edu
NO_CDROM= depends on glimpse
-USE_PERL5= YES
-NO_BUILD= YES
+USE_PERL5= yes
+NO_BUILD= yes
pre-configure:
.for i in wginstall wginstall.pl
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile
index ed8f1a392d6d..c2f0ceb45c43 100644
--- a/www/wwwcount/Makefile
+++ b/www/wwwcount/Makefile
@@ -6,16 +6,16 @@
#
PORTNAME= wwwcount
-PORTVERSION= 2.5
-CATEGORIES= www
-MASTER_SITES= http://www.muquit.com/muquit/software/Count/src/wwwcount2.5/
+PORTVERSION= 2.5
+CATEGORIES= www
+MASTER_SITES= http://www.muquit.com/muquit/software/Count/src/wwwcount2.5/
DISTNAME= ${PORTNAME}${PORTVERSION}
-MAINTAINER= dervish@ikhala.tcimet.net
+MAINTAINER= dervish@ikhala.tcimet.net
-GNU_CONFIGURE= yes
-IS_INTERACTIVE= yes
-USE_GMAKE= yes
+GNU_CONFIGURE= yes
+IS_INTERACTIVE= yes
+USE_GMAKE= yes
MAN1= mkstrip.1
pre-configure:
diff --git a/www/wwwstat/Makefile b/www/wwwstat/Makefile
index e9bb321f03ef..c21635a50a5e 100644
--- a/www/wwwstat/Makefile
+++ b/www/wwwstat/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= wwwstat
-PORTVERSION= 2.01
+PORTVERSION= 2.01
CATEGORIES= www
MASTER_SITES= ftp://www.ics.uci.edu/pub/websoft/wwwstat/ \
ftp://ftp.gwdg.de/pub/misc/www-stat/websoft/wwwstat/
@@ -17,7 +17,7 @@ PATCHFILES= patch-2.01.txt
MAINTAINER= demon@FreeBSD.org
-RUN_DEPENDS= ${LOCALBASE}/etc/apache/httpd.conf:${PORTSDIR}/www/apache13
+RUN_DEPENDS= ${LOCALBASE}/etc/apache/httpd.conf:${PORTSDIR}/www/apache13
USE_PERL5= yes
MAKE_ENV+= PERL5=${PERL5}