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 /net | |
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 'net')
-rw-r--r-- | net/php53-ldap/Makefile | 1 | ||||
-rw-r--r-- | net/php53-soap/Makefile | 1 | ||||
-rw-r--r-- | net/php53-sockets/Makefile | 1 | ||||
-rw-r--r-- | net/php53-xmlrpc/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/net/php53-ldap/Makefile b/net/php53-ldap/Makefile index e4923413ef61..8dc461d238db 100644 --- a/net/php53-ldap/Makefile +++ b/net/php53-ldap/Makefile @@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -ldap -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net/php53-soap/Makefile b/net/php53-soap/Makefile index adcaa2c03e24..9679fc1d7ae9 100644 --- a/net/php53-soap/Makefile +++ b/net/php53-soap/Makefile @@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -soap -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net/php53-sockets/Makefile b/net/php53-sockets/Makefile index 68594b1d67f4..94d5e70840f1 100644 --- a/net/php53-sockets/Makefile +++ b/net/php53-sockets/Makefile @@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -sockets -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/net/php53-xmlrpc/Makefile b/net/php53-xmlrpc/Makefile index fbe87ea24c19..a48877f37e6a 100644 --- a/net/php53-xmlrpc/Makefile +++ b/net/php53-xmlrpc/Makefile @@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -xmlrpc -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |