aboutsummaryrefslogtreecommitdiff
path: root/lang/xds
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-02-18 23:25:36 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-02-18 23:25:36 +0000
commitd923b6a56fdec37e7c76eb40d07c8be952514ff8 (patch)
treefe0ec38f9cd91291b1a9bf642978b9c58a606c5c /lang/xds
parentc857432419e5c707b1bcc805c1bcf612bbfae557 (diff)
downloadports-d923b6a56fdec37e7c76eb40d07c8be952514ff8.tar.gz
ports-d923b6a56fdec37e7c76eb40d07c8be952514ff8.zip
Notes
Diffstat (limited to 'lang/xds')
-rw-r--r--lang/xds/Makefile2
-rw-r--r--lang/xds/files/pkg-message.in2
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".