diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/fpc-fastcgi/Makefile | 2 | ||||
-rw-r--r-- | www/fpc-httpd22/Makefile | 2 | ||||
-rw-r--r-- | www/fpc-httpd24/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/fpc-fastcgi/Makefile b/www/fpc-fastcgi/Makefile index 6655b30c4ede..b9cc178c734a 100644 --- a/www/fpc-fastcgi/Makefile +++ b/www/fpc-fastcgi/Makefile @@ -1,7 +1,7 @@ # Created by: Christopher Key <cjk32@cam.ac.uk> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www lang PKGNAMESUFFIX= -fastcgi diff --git a/www/fpc-httpd22/Makefile b/www/fpc-httpd22/Makefile index 51f92a192206..8a3a9e143398 100644 --- a/www/fpc-httpd22/Makefile +++ b/www/fpc-httpd22/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www lang PKGNAMESUFFIX= -httpd22 diff --git a/www/fpc-httpd24/Makefile b/www/fpc-httpd24/Makefile index 1c105d0d5f0c..efb5fe97000d 100644 --- a/www/fpc-httpd24/Makefile +++ b/www/fpc-httpd24/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www lang PKGNAMESUFFIX= -httpd24 |