summaryrefslogtreecommitdiff
path: root/databases/ruby-cdb
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 /databases/ruby-cdb
parentcd dir && command -> cd dir; command (diff)
cd dir && command -> cd dir; command
Notes
Notes: svn path=/head/; revision=56946
Diffstat (limited to 'databases/ruby-cdb')
-rw-r--r--databases/ruby-cdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ruby-cdb/Makefile b/databases/ruby-cdb/Makefile
index e8b98cd699e5..44ddfed7d8a4 100644
--- a/databases/ruby-cdb/Makefile
+++ b/databases/ruby-cdb/Makefile
@@ -28,7 +28,7 @@ INSTALL_TARGET= site-install
post-extract:
${RM} -f ${WRKSRC}/cdb
- ${LN} -s `cd ${CDB_PORTDIR} && ${MAKE} -V WRKSRC` ${WRKSRC}/cdb
+ ${LN} -s `cd ${CDB_PORTDIR}; ${MAKE} -V WRKSRC` ${WRKSRC}/cdb
post-install:
.if !defined(NOPORTDOCS)