diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-04-20 10:18:57 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-04-20 10:18:57 +0800 |
commit | 861274f9c8e99a8e6459c43b669ebe2730ee6498 (patch) | |
tree | d048d191590e4c3de9fe693dd2c1468619b27ef6 /devel | |
parent | cf54fc748b33e59d1b90d2f57468d52fed9cee2e (diff) | |
download | freebsd-ports-gnome-861274f9c8e99a8e6459c43b669ebe2730ee6498.tar.gz freebsd-ports-gnome-861274f9c8e99a8e6459c43b669ebe2730ee6498.tar.zst freebsd-ports-gnome-861274f9c8e99a8e6459c43b669ebe2730ee6498.zip |
- Fixed plist
- Corrected a bad path contained in the wrapper script
PR: ports/144767
Submitted by: Sean McAfee <smcafee@collaborativefusion.com>
Approved by: maintainer (implicit, timeout - 1 month)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/php5-phing/Makefile | 4 |
1 files 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 |