diff options
author | jgh <jgh@FreeBSD.org> | 2013-03-14 14:32:04 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-03-14 14:32:04 +0800 |
commit | 7bcf751b841ed0a665b48818d21f010daac3bd99 (patch) | |
tree | dc4565fbcb8e38fe0e42b0b1af7edd9e43bc5af8 /www | |
parent | 2b4983b05d4b3e55be202bca641b679d38454bc2 (diff) | |
download | freebsd-ports-gnome-7bcf751b841ed0a665b48818d21f010daac3bd99.tar.gz freebsd-ports-gnome-7bcf751b841ed0a665b48818d21f010daac3bd99.tar.zst freebsd-ports-gnome-7bcf751b841ed0a665b48818d21f010daac3bd99.zip |
- adopt optionsNG and trim historical headers
PR: 176928
PR: 176936
PR: 176937
PR: 176938
PR: 176939
PR: 176940
PR: 176941
PR: 176942
PR: 176943
PR: 176944
PR: 176945
Submitted by: jgh@
Approved by: portmgr (miwi)
Diffstat (limited to 'www')
-rw-r--r-- | www/fpc-httpd22/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/fpc-httpd22/Makefile b/www/fpc-httpd22/Makefile index 202334ec615c..ad4b937006ae 100644 --- a/www/fpc-httpd22/Makefile +++ b/www/fpc-httpd22/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fpc-httpd22 -# Date created: 2009-01-06 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 0 CATEGORIES= www lang @@ -18,6 +14,7 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -OPTIONS= APACHE22 "Install apache22 server" off +OPTIONS_DEFINE= APACHE22 +APACHE22_DESC= Install apache22 server .include "${MASTERDIR}/Makefile" |