aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-05 15:51:38 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-05 15:51:38 +0000
commit98a56cc715595cb0021fc4cc6f9db40a3327855b (patch)
treea2ec1f4bb111dbe74fd9f45bd9f7e2722bb22c03 /math
parente1cdce13b5cdfd1b5665960ad904ffb4ca752bcb (diff)
downloadports-98a56cc715595cb0021fc4cc6f9db40a3327855b.tar.gz
ports-98a56cc715595cb0021fc4cc6f9db40a3327855b.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/Makefile2
-rw-r--r--math/php70-bcmath/Makefile10
-rw-r--r--math/php70-gmp/Makefile10
3 files changed, 0 insertions, 22 deletions
diff --git a/math/Makefile b/math/Makefile
index 7b013d0c9c46..eaa334f59f52 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -656,8 +656,6 @@
SUBDIR += petiga
SUBDIR += php56-bcmath
SUBDIR += php56-gmp
- SUBDIR += php70-bcmath
- SUBDIR += php70-gmp
SUBDIR += php71-bcmath
SUBDIR += php71-gmp
SUBDIR += php72-bcmath
diff --git a/math/php70-bcmath/Makefile b/math/php70-bcmath/Makefile
deleted file mode 100644
index df8efcbe01e4..000000000000
--- a/math/php70-bcmath/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= math
-
-MASTERDIR= ${.CURDIR}/../../lang/php70
-
-PKGNAMESUFFIX= -bcmath
-
-.include "${MASTERDIR}/Makefile"
diff --git a/math/php70-gmp/Makefile b/math/php70-gmp/Makefile
deleted file mode 100644
index a78563035558..000000000000
--- a/math/php70-gmp/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= math
-
-MASTERDIR= ${.CURDIR}/../../lang/php70
-
-PKGNAMESUFFIX= -gmp
-
-.include "${MASTERDIR}/Makefile"