diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pear-Cache/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pear-Cache_Lite/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pear-File/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pear-File_Find/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pear-File_Fstab/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pear-File_Gettext/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pear-I18Nv2/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pear-Log/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pear-Translation2/Makefile | 4 |
9 files changed, 17 insertions, 17 deletions
diff --git a/sysutils/pear-Cache/Makefile b/sysutils/pear-Cache/Makefile index 94dd80b7dbdc..22546f499c74 100644 --- a/sysutils/pear-Cache/Makefile +++ b/sysutils/pear-Cache/Makefile @@ -24,5 +24,5 @@ FILES= Application.php Cache.php Container.php Container/db.php \ OutputCompression.php .include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/sysutils/pear-Cache_Lite/Makefile b/sysutils/pear-Cache_Lite/Makefile index f93435bf05c7..0577bd8f2010 100644 --- a/sysutils/pear-Cache_Lite/Makefile +++ b/sysutils/pear-Cache_Lite/Makefile @@ -13,7 +13,7 @@ CATEGORIES= sysutils www pear MAINTAINER= antonio@php.net COMMENT= PEAR fast and safe little cache system -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Cache @@ -23,5 +23,5 @@ TESTS= test.php test2.php test3.php bench.php bench2.php bench3.php readme _DOCSDIR= . .include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile index 90175b86940e..6d5836f50563 100644 --- a/sysutils/pear-File/Makefile +++ b/sysutils/pear-File/Makefile @@ -13,7 +13,7 @@ CATEGORIES= sysutils www pear MAINTAINER= antonio@php.net COMMENT= PEAR common file and directory routines -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} FILES= File.php File/Util.php File/CSV.php @@ -22,5 +22,5 @@ TESTS= parser.php test.csv FileTest.php CSV/001.phpt CSV/001.csv \ CSV/004.csv CSV/005.phpt CSV/005.csv CSV/tests.txt .include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/sysutils/pear-File_Find/Makefile b/sysutils/pear-File_Find/Makefile index 8143b1a403bf..3d7f74206598 100644 --- a/sysutils/pear-File_Find/Makefile +++ b/sysutils/pear-File_Find/Makefile @@ -12,7 +12,7 @@ CATEGORIES= sysutils www pear MAINTAINER= antonio@php.net COMMENT= PEAR class that facillitates the search of filesystems -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= File @@ -21,5 +21,5 @@ TESTS= setup.php 01glob.phpt 02maptree.phpt 03maptreemultiple.phpt \ 04search.phpt 05search_inside.phpt bug2773.phpt .include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/sysutils/pear-File_Fstab/Makefile b/sysutils/pear-File_Fstab/Makefile index 27b739e9eb76..4fcc0f37860c 100644 --- a/sysutils/pear-File_Fstab/Makefile +++ b/sysutils/pear-File_Fstab/Makefile @@ -12,7 +12,7 @@ CATEGORIES= sysutils devel pear MAINTAINER= antonio@php.net COMMENT= PEAR class to read and write fstab files -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= File @@ -28,5 +28,5 @@ post-extract: .endfor .include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/sysutils/pear-File_Gettext/Makefile b/sysutils/pear-File_Gettext/Makefile index 6f1e24b4bdd4..5c67796ebc93 100644 --- a/sysutils/pear-File_Gettext/Makefile +++ b/sysutils/pear-File_Gettext/Makefile @@ -12,7 +12,7 @@ CATEGORIES= sysutils devel pear MAINTAINER= antonio@php.net COMMENT= PEAR GNU Gettext file parser -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= yes @@ -28,5 +28,5 @@ PHP_VERS= ${PHP_VERSION:S/.//g} IGNORE= "You need PHP 4.1.0 or later to install PEAR::File_Gettext" .endif -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/sysutils/pear-I18Nv2/Makefile b/sysutils/pear-I18Nv2/Makefile index 7116fd1bba4b..205434096ea1 100644 --- a/sysutils/pear-I18Nv2/Makefile +++ b/sysutils/pear-I18Nv2/Makefile @@ -12,7 +12,7 @@ CATEGORIES= sysutils devel pear MAINTAINER= antonio@php.net COMMENT= PEAR Internationalization -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= iconv @@ -150,5 +150,5 @@ PHP_VERS= ${PHP_VERSION:S/.//g} #IGNORE= "You need PHP 4.0.6 or later to install PEAR::I18Nv2" .endif -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index a5f0d9a0c41d..8fecc3e95695 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -12,7 +12,7 @@ CATEGORIES= sysutils www pear MAINTAINER= antonio@php.net COMMENT= PEAR logging utilities -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= yes @@ -56,5 +56,5 @@ BUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/${extension}.so:${PORTSDIR}/databases/php5-sqlite .endif -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/sysutils/pear-Translation2/Makefile b/sysutils/pear-Translation2/Makefile index 86ffb4c95c77..9c140f5a86f1 100644 --- a/sysutils/pear-Translation2/Makefile +++ b/sysutils/pear-Translation2/Makefile @@ -13,7 +13,7 @@ CATEGORIES= sysutils devel pear MAINTAINER= antonio@php.net COMMENT= PEAR class for multilingual applications management -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= yes @@ -98,5 +98,5 @@ RUN_DEPENDS+= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serialize .endif .include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |