diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 3 | ||||
-rw-r--r-- | archivers/php52-bz2/Makefile | 11 | ||||
-rw-r--r-- | archivers/php52-zip/Makefile | 11 | ||||
-rw-r--r-- | archivers/php52-zlib/Makefile | 11 |
4 files changed, 0 insertions, 36 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index eb9b9dbe377e..5c0551eff5f3 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -141,9 +141,6 @@ SUBDIR += php5-phar SUBDIR += php5-zip SUBDIR += php5-zlib - SUBDIR += php52-bz2 - SUBDIR += php52-zip - SUBDIR += php52-zlib SUBDIR += php53-bz2 SUBDIR += php53-phar SUBDIR += php53-zip diff --git a/archivers/php52-bz2/Makefile b/archivers/php52-bz2/Makefile deleted file mode 100644 index c50c9a2e59df..000000000000 --- a/archivers/php52-bz2/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# Created by: Alex Keda <admin@lissyara.su> -# $FreeBSD$ - -CATEGORIES= archivers - -NO_STAGE= yes -MASTERDIR= ${.CURDIR}/../../lang/php52 - -PKGNAMESUFFIX= -bz2 - -.include "${MASTERDIR}/Makefile" diff --git a/archivers/php52-zip/Makefile b/archivers/php52-zip/Makefile deleted file mode 100644 index 8e07d49e4622..000000000000 --- a/archivers/php52-zip/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# Created by: Alex Keda <admin@lissyara.su> -# $FreeBSD$ - -CATEGORIES= archivers - -NO_STAGE= yes -MASTERDIR= ${.CURDIR}/../../lang/php52 - -PKGNAMESUFFIX= -zip - -.include "${MASTERDIR}/Makefile" diff --git a/archivers/php52-zlib/Makefile b/archivers/php52-zlib/Makefile deleted file mode 100644 index 556a3aba3be2..000000000000 --- a/archivers/php52-zlib/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# Created by: Alex Keda <admin@lissyara.su> -# $FreeBSD$ - -CATEGORIES= archivers - -NO_STAGE= yes -MASTERDIR= ${.CURDIR}/../../lang/php52 - -PKGNAMESUFFIX= -zlib - -.include "${MASTERDIR}/Makefile" |