- Do not echo post-build command.
- Fix names of binaries displayed in pkg-message (my fault). PR: ports/109294 Submitted by: Alexander Shiryaev <coumarin@gmail.com>
This commit is contained in:
parent
c857432419
commit
d923b6a56f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185482
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ post-patch:
|
|||
${WRKSRC}/bin/xcwork
|
||||
|
||||
post-build:
|
||||
cd ${WRKSRC} && ${SETENV} PATH=${WRKSRC}/bin ./apisyms-x86
|
||||
@cd ${WRKSRC} && ${SETENV} PATH=${WRKSRC}/bin ./apisyms-x86
|
||||
|
||||
do-install:
|
||||
@${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xds has been installed.
|
||||
|
||||
The real binaries are under %%PREFIX%%/xds, but symlinks have
|
||||
been added to %%PREFIX%%/bin for 'xm', 'xmwork' and 'xds-h2d'.
|
||||
been added to %%PREFIX%%/bin for 'xc', 'xcwork' and 'xds-h2d'.
|
||||
|
||||
Note that the last symlink was renamed to avoid conflicting with "lang/xds-c".
|
||||
|
||||
|
|
Loading…
Reference in a new issue