diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-07-24 20:23:22 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-07-24 20:23:22 +0000 |
commit | 92ded9ea18db91894256971334818120179c775d (patch) | |
tree | ce35a05af904b4346aac84323f221dfc897221a5 /www | |
parent | 58012d6cd0b671eb5096ff0df4fc674e2db0943b (diff) | |
download | ports-92ded9ea18db91894256971334818120179c775d.tar.gz ports-92ded9ea18db91894256971334818120179c775d.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mysqlphp2postgres/Makefile | 2 | ||||
-rw-r--r-- | www/rnews/Makefile | 2 | ||||
-rw-r--r-- | www/rsstail/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mysqlphp2postgres/Makefile b/www/mysqlphp2postgres/Makefile index 2b3592d31812..7500c5c25be0 100644 --- a/www/mysqlphp2postgres/Makefile +++ b/www/mysqlphp2postgres/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://downloads.mikekohn.net/mp2p/ \ http://www.heim2.tu-clausthal.de/~upp/mysqlphp2postgres/ MAINTAINER= uwe.pierau@tu-clausthal.de -COMMENT= Convert mysql calls in a php page into PostgreSQL calls +COMMENT= Convert MySQL calls in a PHP page into PostgreSQL calls ALL_TARGET= default PLIST_FILES= bin/mysqlphp2postgres diff --git a/www/rnews/Makefile b/www/rnews/Makefile index a9b1f13e8449..13a835537feb 100644 --- a/www/rnews/Makefile +++ b/www/rnews/Makefile @@ -12,7 +12,7 @@ CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= as@bsdgroup.de -COMMENT= A server-side rss aggregator written in php with mysql +COMMENT= A server-side RSS aggregator written in PHP with MySQL NO_BUILD= yes diff --git a/www/rsstail/Makefile b/www/rsstail/Makefile index 6d36cca826c6..4a45d4cd04d7 100644 --- a/www/rsstail/Makefile +++ b/www/rsstail/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.vanheusden.com/rsstail/ CENKES EXTRACT_SUFX= .tgz MAINTAINER= miwi@FreeBSD.org -COMMENT= Simple rss monitor +COMMENT= Simple RSS monitor LIB_DEPENDS= mrss.19:${PORTSDIR}/textproc/libmrss |