diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:25:52 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:25:52 +0000 |
commit | 570837f67735df522b64d18119dfc283f9468f0d (patch) | |
tree | 1d63c79bf944c6bb78ba2ab6294d88fa40fccab4 /www | |
parent | 2aaeb10c4ad9dbe53c050e2bb644b4eb3758e912 (diff) | |
download | ports-570837f67735df522b64d18119dfc283f9468f0d.tar.gz ports-570837f67735df522b64d18119dfc283f9468f0d.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/php5-session/Makefile | 14 | ||||
-rw-r--r-- | www/php5-tidy/Makefile | 14 |
3 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 261f3073444d..e491c0dad187 100644 --- a/www/Makefile +++ b/www/Makefile @@ -531,6 +531,7 @@ SUBDIR += php5-cgi SUBDIR += php5-mnogosearch SUBDIR += php5-session + SUBDIR += php5-tidy SUBDIR += phpSysInfo SUBDIR += phpbb SUBDIR += phpgedview diff --git a/www/php5-session/Makefile b/www/php5-session/Makefile new file mode 100644 index 000000000000..c9c1edc360fb --- /dev/null +++ b/www/php5-session/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-session +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= www + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -session + +.include "${MASTERDIR}/Makefile" diff --git a/www/php5-tidy/Makefile b/www/php5-tidy/Makefile new file mode 100644 index 000000000000..43d4b1ba2eca --- /dev/null +++ b/www/php5-tidy/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-tidy +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= www + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -tidy + +.include "${MASTERDIR}/Makefile" |