- 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)
This commit is contained in:
Greg Larkin 2010-04-20 02:18:57 +00:00
parent 10cd21374e
commit e9020138fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252933

View file

@ -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