diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-21 06:26:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-21 06:26:11 +0800 |
commit | 4ca85f22c4aa4d26a26f5fe0619feff5c8568878 (patch) | |
tree | 5649ca2044988fcf1ede046654a697e343629ab6 /devel | |
parent | a5347c3ff833a42633c9ecb8859e6a02f7304464 (diff) | |
download | freebsd-ports-gnome-4ca85f22c4aa4d26a26f5fe0619feff5c8568878.tar.gz freebsd-ports-gnome-4ca85f22c4aa4d26a26f5fe0619feff5c8568878.tar.zst freebsd-ports-gnome-4ca85f22c4aa4d26a26f5fe0619feff5c8568878.zip |
Maintainer update for devel/pear* to fix the make package
PR: ports/45540
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-PEAR/pkg-plist | 3 | ||||
-rw-r--r-- | devel/pear/Makefile | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/devel/pear-PEAR/pkg-plist b/devel/pear-PEAR/pkg-plist index 9f99761be75d..69e73fd2780d 100644 --- a/devel/pear-PEAR/pkg-plist +++ b/devel/pear-PEAR/pkg-plist @@ -1,3 +1,6 @@ +@exec mv %D/lib/php/PEAR %D/lib/php/PEAR.dist +@exec mv %D/lib/php/PEAR.php %D/lib/php/PEAR.php.dist +@exec mv %D/lib/php/System.php %D/lib/php/System.php.dist %%PEARDIR%%/package.dtd %%PEARDIR%%/template.spec %%PEARDIR%%/PEAR.php diff --git a/devel/pear/Makefile b/devel/pear/Makefile index 937748d8907f..aa371d67c6ff 100644 --- a/devel/pear/Makefile +++ b/devel/pear/Makefile @@ -15,7 +15,7 @@ EXTRACT_ONLY= # empty MAINTAINER= thierry@pompo.net BUILD_DEPENDS= ${LOCALBASE}/bin/php-config:${PORTSDIR}/www/mod_php4 -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR \ +RUN_DEPENDS= ${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR \ ${PEARDIR}/Console/Getopt.php.dist:${PORTSDIR}/devel/pear-Console_Getopt \ ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ |