diff options
author | adamw <adamw@FreeBSD.org> | 2002-11-07 11:10:58 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2002-11-07 11:10:58 +0800 |
commit | 7728de257b83c02836ea94cb7b2cf4cd94cc5831 (patch) | |
tree | 39c06bf9b0c9d7d5b9f12e09ea13f9d423bb1e97 /www | |
parent | fe66d29282150d9c4b4d8ce3883c1c361ee564bb (diff) | |
download | freebsd-ports-gnome-7728de257b83c02836ea94cb7b2cf4cd94cc5831.tar.gz freebsd-ports-gnome-7728de257b83c02836ea94cb7b2cf4cd94cc5831.tar.zst freebsd-ports-gnome-7728de257b83c02836ea94cb7b2cf4cd94cc5831.zip |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat
Diffstat (limited to 'www')
-rw-r--r-- | www/cgicc/Makefile | 2 | ||||
-rw-r--r-- | www/cgicc/pkg-comment | 1 | ||||
-rw-r--r-- | www/fhttpd/Makefile | 2 | ||||
-rw-r--r-- | www/fhttpd/pkg-comment | 1 | ||||
-rw-r--r-- | www/swish++/Makefile | 2 | ||||
-rw-r--r-- | www/swish++/pkg-comment | 1 |
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 |