From e9020138feb1256e7ff23a640ba9dbfeea57c351 Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Tue, 20 Apr 2010 02:18:57 +0000 Subject: [PATCH] - Fixed plist - Corrected a bad path contained in the wrapper script PR: ports/144767 Submitted by: Sean McAfee Approved by: maintainer (implicit, timeout - 1 month) --- devel/php5-phing/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/php5-phing/Makefile b/devel/php5-phing/Makefile index d4fbc479e174..bdb349c9cf2f 100644 --- a/devel/php5-phing/Makefile +++ b/devel/php5-phing/Makefile @@ -37,7 +37,7 @@ FILES= etc/log.xsl etc/phpunit2-noframes.xsl etc/phpunit2-frames.xsl \ BuildLogger.php TaskContainer.php BuildEvent.php Task.php \ TaskAdapter.php Phing.php RuntimeConfigurable.php BuildListener.php \ Project.php UnknownElement.php BuildException.php Target.php \ - phing.php \ + ConfigurationException.php phing.php \ util/regexp/RegexpEngine.php util/regexp/Regexp.php \ util/regexp/PregEngine.php \ util/SourceFileScanner.php util/ExtendedFileStream.php \ @@ -231,7 +231,7 @@ post-patch: ${MKDIR} ${WRKSRC}/pear-bin ${SED} -e "s|/opt/phing|${PREFIX}/lib/php/phing|" \ -e "s|@PHP-BIN@|${PREFIX}/bin/php|" \ - -e "s|@PEAR-DIR@|${PREFIX}/share/pear|" \ + -e "s|@PEAR-DIR@|${PREFIX}/share/pear/phing|" \ ${WRKSRC}/bin/pear-phing > ${WRKSRC}/pear-phing ${CP} ${WRKSRC}/bin/phing.php ${WRKSRC}/phing.php