diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | math/php5-bcmath/Makefile | 10 | ||||
-rw-r--r-- | math/php5-gmp/Makefile | 10 |
3 files changed, 0 insertions, 22 deletions
diff --git a/math/Makefile b/math/Makefile index df8c34032f70..2c591b25f697 100644 --- a/math/Makefile +++ b/math/Makefile @@ -556,8 +556,6 @@ SUBDIR += pecl-bitset SUBDIR += pecl-stats SUBDIR += pecl-trader - SUBDIR += php5-bcmath - SUBDIR += php5-gmp SUBDIR += php55-bcmath SUBDIR += php55-gmp SUBDIR += php56-bcmath diff --git a/math/php5-bcmath/Makefile b/math/php5-bcmath/Makefile deleted file mode 100644 index 4888d2bbac18..000000000000 --- a/math/php5-bcmath/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= math - -MASTERDIR= ${.CURDIR}/../../lang/php5 - -PKGNAMESUFFIX= -bcmath - -.include "${MASTERDIR}/Makefile" diff --git a/math/php5-gmp/Makefile b/math/php5-gmp/Makefile deleted file mode 100644 index 749fb58f48b8..000000000000 --- a/math/php5-gmp/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= math - -MASTERDIR= ${.CURDIR}/../../lang/php5 - -PKGNAMESUFFIX= -gmp - -.include "${MASTERDIR}/Makefile" |