summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-03-30 12:12:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-03-30 12:12:53 +0000
commit380317bde9db6861d1d800cc1e9f44f21857bcee (patch)
tree7779cd09554e172da6706253f05a3e6e179c1986 /x11-toolkits
parentcd dir && command -> cd dir; command (diff)
cd dir && command -> cd dir; command
Notes
Notes: svn path=/head/; revision=56946
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/ruby-tk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/ruby-tk/Makefile b/x11-toolkits/ruby-tk/Makefile
index 6585399c7ed2..5daa14679db5 100644
--- a/x11-toolkits/ruby-tk/Makefile
+++ b/x11-toolkits/ruby-tk/Makefile
@@ -38,7 +38,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
do-extract:
${MKDIR} ${WRKDIR}
- ${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT} && ${MAKE} -V WRKDIR`/${PORTNAME} ${WRKDIR}/
+ ${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR`/${PORTNAME} ${WRKDIR}/
post-install:
.if !defined(NOPORTDOCS)