diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:42:06 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:42:06 +0000 |
commit | 28c0990956c16ba57a0ff3ebf61f285285d56dca (patch) | |
tree | ba5472aefa5fca69848c5d2e2082fb52798e9fb4 | |
parent | ab4d9b8c50efcdff25e0460fb18e06f10c8230da (diff) |
Notes
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/php4-mnogosearch/Makefile | 14 | ||||
-rw-r--r-- | www/php4-session/Makefile | 14 |
4 files changed, 30 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index f71b15585b06..b752e1897abc 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -54,6 +54,7 @@ SUBDIR += pecl-zip SUBDIR += php4-bz2 SUBDIR += php4-zlib + SUBDIR += php5-bz2 SUBDIR += ppunpack SUBDIR += py-bzip2 SUBDIR += py-lzma 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" |