diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-19 22:40:59 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-19 22:40:59 +0000 |
commit | 6d13356a8485de84b8d3f0028d440db642cfff48 (patch) | |
tree | fd725d4bc306b921ef7c5434cc099823e6429c12 /www/fpc-httpd22/Makefile | |
parent | a323a1229634c8f9c21a4cb62ae40f63968de80f (diff) |
Notes
Diffstat (limited to 'www/fpc-httpd22/Makefile')
-rw-r--r-- | www/fpc-httpd22/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/www/fpc-httpd22/Makefile b/www/fpc-httpd22/Makefile index 05ae9cfb2406..202334ec615c 100644 --- a/www/fpc-httpd22/Makefile +++ b/www/fpc-httpd22/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: fpc-httpd -# Date created: 2007-09-11 +# New ports collection makefile for: fpc-httpd22 +# Date created: 2009-01-06 # Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= www lang -PKGNAMESUFFIX= -httpd +PKGNAMESUFFIX= -httpd22 MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal httpd unit @@ -15,11 +15,9 @@ COMMENT= Free Pascal httpd unit USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -OPTIONS= APACHE13 "Install apache13 server " off \ - APACHE20 "Install apache20 server" off \ - APACHE22 "Install apache22 server" off +OPTIONS= APACHE22 "Install apache22 server" off .include "${MASTERDIR}/Makefile" |