mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
parent
10cd21374e
commit
e9020138fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252933
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue