diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-30 12:12:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-30 12:12:53 +0000 |
commit | 380317bde9db6861d1d800cc1e9f44f21857bcee (patch) | |
tree | 7779cd09554e172da6706253f05a3e6e179c1986 /graphics/ruby-ming/Makefile | |
parent | cd dir && command -> cd dir; command (diff) |
cd dir && command -> cd dir; command
Diffstat (limited to 'graphics/ruby-ming/Makefile')
-rw-r--r-- | graphics/ruby-ming/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ruby-ming/Makefile b/graphics/ruby-ming/Makefile index cf6abc4075ae..e2331c059437 100644 --- a/graphics/ruby-ming/Makefile +++ b/graphics/ruby-ming/Makefile @@ -34,7 +34,7 @@ EXAMPLES= ../examples/rb/*.rb do-extract: ${MKDIR} ${WRKDIR} - ${LN} -s `cd ${PORTSDIR}/graphics/ming && ${MAKE} -V WRKDIR`/* ${WRKDIR}/ + ${LN} -s `cd ${PORTSDIR}/graphics/ming; ${MAKE} -V WRKDIR`/* ${WRKDIR}/ post-extract: ${LN} -sf ../ming.i ${WRKSRC}/ |