summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-11-07 03:10:58 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-11-07 03:10:58 +0000
commitc62fe39354fdb8614fe8ea9277c9fcb208653f30 (patch)
treeb32409a9ec171a85e0016501d1db9153c45fe091 /www
parentZero PORTREVISION after the PORTVERSION is bumped. (diff)
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me Approved by: pat
Notes
Notes: svn path=/head/; revision=69625
Diffstat (limited to 'www')
-rw-r--r--www/cgicc/Makefile2
-rw-r--r--www/cgicc/pkg-comment1
-rw-r--r--www/fhttpd/Makefile2
-rw-r--r--www/fhttpd/pkg-comment1
-rw-r--r--www/swish++/Makefile2
-rw-r--r--www/swish++/pkg-comment1
6 files changed, 3 insertions, 6 deletions
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile
index 3bd38e005629..fc46f0a41ab3 100644
--- a/www/cgicc/Makefile
+++ b/www/cgicc/Makefile
@@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= A C++ class library for writing CGI applications
-
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
diff --git a/www/cgicc/pkg-comment b/www/cgicc/pkg-comment
new file mode 100644
index 000000000000..e729fefd49a2
--- /dev/null
+++ b/www/cgicc/pkg-comment
@@ -0,0 +1 @@
+A C++ class library for writing CGI applications
diff --git a/www/fhttpd/Makefile b/www/fhttpd/Makefile
index 2b6c43ca67c4..e4d24752cddf 100644
--- a/www/fhttpd/Makefile
+++ b/www/fhttpd/Makefile
@@ -13,8 +13,6 @@ MASTER_SITES= http://www.fhttpd.org/ \
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= C++-based FTP/HTTP server that supports modules
-
USE_REINPLACE= yes
LOGFILE= share/fhttpd/fhttpd.log
diff --git a/www/fhttpd/pkg-comment b/www/fhttpd/pkg-comment
new file mode 100644
index 000000000000..be78b5dce7c5
--- /dev/null
+++ b/www/fhttpd/pkg-comment
@@ -0,0 +1 @@
+C++-based FTP/HTTP server that supports modules
diff --git a/www/swish++/Makefile b/www/swish++/Makefile
index e95f86e1818e..53a16e7339d3 100644
--- a/www/swish++/Makefile
+++ b/www/swish++/Makefile
@@ -13,8 +13,6 @@ MASTER_SITES= http://homepage.mac.com/pauljlucas/software/
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Simple Web Indexing System for Humans: C++ version
-
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
USE_PERL5= yes
diff --git a/www/swish++/pkg-comment b/www/swish++/pkg-comment
new file mode 100644
index 000000000000..a14855f4e1d1
--- /dev/null
+++ b/www/swish++/pkg-comment
@@ -0,0 +1 @@
+Simple Web Indexing System for Humans: C++ version