diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-02-19 07:25:36 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-02-19 07:25:36 +0800 |
commit | 58d80f04427f2911a0abdfd3831bc99972c670db (patch) | |
tree | 4b14fcbde7e54605ec18d9392712e9569dd773c3 /lang/xds | |
parent | 809bafd12260ace8ee30e31005e26fd63e8b6cb3 (diff) | |
download | freebsd-ports-gnome-58d80f04427f2911a0abdfd3831bc99972c670db.tar.gz freebsd-ports-gnome-58d80f04427f2911a0abdfd3831bc99972c670db.tar.zst freebsd-ports-gnome-58d80f04427f2911a0abdfd3831bc99972c670db.zip |
- 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>
Diffstat (limited to 'lang/xds')
-rw-r--r-- | lang/xds/Makefile | 2 | ||||
-rw-r--r-- | lang/xds/files/pkg-message.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/xds/Makefile b/lang/xds/Makefile index 7933bb29007b..f6aac11876dd 100644 --- a/lang/xds/Makefile +++ b/lang/xds/Makefile @@ -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 {} \; diff --git a/lang/xds/files/pkg-message.in b/lang/xds/files/pkg-message.in index 6b44083d1913..0904dbd2ee14 100644 --- a/lang/xds/files/pkg-message.in +++ b/lang/xds/files/pkg-message.in @@ -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". |