diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/php4-mnogosearch/Makefile | 14 | ||||
-rw-r--r-- | www/php4-session/Makefile | 14 |
3 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 1e266869ee43..e23a9e227cb0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -527,6 +527,7 @@ SUBDIR += php-templates SUBDIR += php4-cgi SUBDIR += php4-mnogosearch + SUBDIR += php4-session SUBDIR += php5-cgi SUBDIR += phpSysInfo SUBDIR += phpbb diff --git a/www/php4-mnogosearch/Makefile b/www/php4-mnogosearch/Makefile new file mode 100644 index 000000000000..4baf10644ec5 --- /dev/null +++ b/www/php4-mnogosearch/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-mnogosearch +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= www + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -mnogosearch + +.include "${MASTERDIR}/Makefile" diff --git a/www/php4-session/Makefile b/www/php4-session/Makefile new file mode 100644 index 000000000000..613a2f07fad7 --- /dev/null +++ b/www/php4-session/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-session +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= www + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -session + +.include "${MASTERDIR}/Makefile" |