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 /archivers | |
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 'archivers')
-rw-r--r-- | archivers/php53-bz2/Makefile | 1 | ||||
-rw-r--r-- | archivers/php53-phar/Makefile | 1 | ||||
-rw-r--r-- | archivers/php53-zip/Makefile | 1 | ||||
-rw-r--r-- | archivers/php53-zlib/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/archivers/php53-bz2/Makefile b/archivers/php53-bz2/Makefile index 51b165e707e6..1d6c3fcfd72f 100644 --- a/archivers/php53-bz2/Makefile +++ b/archivers/php53-bz2/Makefile @@ -2,7 +2,6 @@ CATEGORIES= archivers -NO_STAGE= yes MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -bz2 diff --git a/archivers/php53-phar/Makefile b/archivers/php53-phar/Makefile index 0fad2d82fef2..d01230bca21b 100644 --- a/archivers/php53-phar/Makefile +++ b/archivers/php53-phar/Makefile @@ -2,7 +2,6 @@ CATEGORIES= archivers -NO_STAGE= yes MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -phar diff --git a/archivers/php53-zip/Makefile b/archivers/php53-zip/Makefile index 2f2cfe6237ba..f66c3111003a 100644 --- a/archivers/php53-zip/Makefile +++ b/archivers/php53-zip/Makefile @@ -2,7 +2,6 @@ CATEGORIES= archivers -NO_STAGE= yes MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -zip diff --git a/archivers/php53-zlib/Makefile b/archivers/php53-zlib/Makefile index c9ebb1b607c7..8f410d872b66 100644 --- a/archivers/php53-zlib/Makefile +++ b/archivers/php53-zlib/Makefile @@ -2,7 +2,6 @@ CATEGORIES= archivers -NO_STAGE= yes MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -zlib |