diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-02-15 16:04:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-02-15 16:04:16 +0000 |
commit | 0f8e46f050eb12291f96ec75ff9dd0c9a48e5a00 (patch) | |
tree | 5b0f37b47824213035393ed3194a33cbe6a95baa | |
parent | fb7767b96974c3e454f39bf57ee443e2c15db4bd (diff) |
Notes
-rw-r--r-- | archivers/php70-phar/Makefile | 2 | ||||
-rw-r--r-- | archivers/php70-zlib/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/php70-snmp/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/archivers/php70-phar/Makefile b/archivers/php70-phar/Makefile index 325bea2c411e..2c7881424839 100644 --- a/archivers/php70-phar/Makefile +++ b/archivers/php70-phar/Makefile @@ -3,7 +3,7 @@ CATEGORIES= archivers -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -phar diff --git a/archivers/php70-zlib/Makefile b/archivers/php70-zlib/Makefile index e9ba04011193..05853d17aaee 100644 --- a/archivers/php70-zlib/Makefile +++ b/archivers/php70-zlib/Makefile @@ -3,7 +3,7 @@ CATEGORIES= archivers -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -zlib diff --git a/net-mgmt/php70-snmp/Makefile b/net-mgmt/php70-snmp/Makefile index 0c19efed1357..36711d739765 100644 --- a/net-mgmt/php70-snmp/Makefile +++ b/net-mgmt/php70-snmp/Makefile @@ -3,7 +3,7 @@ CATEGORIES= net-mgmt -MASTERDIR= ${.CURDIR}/../../lang/php56 +MASTERDIR= ${.CURDIR}/../../lang/php70 PKGNAMESUFFIX= -snmp |