diff options
author | flo <flo@FreeBSD.org> | 2013-11-02 07:49:56 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-11-02 07:49:56 +0800 |
commit | 6cb0a444515909ee39461fa3f5a42697855f0080 (patch) | |
tree | 41446c5fce16b3df26a3721bb21ae700e65dd068 /www | |
parent | 688a75cd79d6c643d8939d6a558e5982f1447162 (diff) | |
download | freebsd-ports-gnome-6cb0a444515909ee39461fa3f5a42697855f0080.tar.gz freebsd-ports-gnome-6cb0a444515909ee39461fa3f5a42697855f0080.tar.zst freebsd-ports-gnome-6cb0a444515909ee39461fa3f5a42697855f0080.zip |
- convert php53 ports to STAGE
- convert to new LIB_DEPENDS format
Diffstat (limited to 'www')
-rw-r--r-- | www/php53-session/Makefile | 1 | ||||
-rw-r--r-- | www/php53-tidy/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/www/php53-session/Makefile b/www/php53-session/Makefile index c6948759d195..6a07c71d477a 100644 --- a/www/php53-session/Makefile +++ b/www/php53-session/Makefile @@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -session -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/www/php53-tidy/Makefile b/www/php53-tidy/Makefile index 86f8601704c6..529d7bdb5eaa 100644 --- a/www/php53-tidy/Makefile +++ b/www/php53-tidy/Makefile @@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -tidy -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |