summaryrefslogtreecommitdiff
path: root/databases/db2
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-04-07 13:26:20 +0000
committerClement Laforet <clement@FreeBSD.org>2004-04-07 13:26:20 +0000
commit113d291e1d44b8b6d432ae0d10aff37e68b64dc5 (patch)
treef7200639a0272ee7bbc76530b80468257079b711 /databases/db2
parentShorten comment. Drop maintainership. (diff)
- tar -> ${TAR} (since we have now a bsdtar ;)
Notes
Notes: svn path=/head/; revision=106396
Diffstat (limited to 'databases/db2')
-rw-r--r--databases/db2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db2/Makefile b/databases/db2/Makefile
index faa90384a616..af4ac6f68fb4 100644
--- a/databases/db2/Makefile
+++ b/databases/db2/Makefile
@@ -27,8 +27,8 @@ post-install:
@-${RM} -fr ${PREFIX}/share/examples/db2
${MKDIR} ${PREFIX}/share/examples/db2
cd ${WRKSRC}/..; \
- tar -cf - --exclude tags examples/ examples_cxx/ examples_java/. \
- | ( cd ${PREFIX}/share/examples/db2; tar xf - )
+ ${TAR} -cf - --exclude tags examples/ examples_cxx/ examples_java/. \
+ | ( cd ${PREFIX}/share/examples/db2; ${TAR} xf - )
@${ECHO_MSG} ""
@${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you"
@${ECHO_MSG} "have a working copy of the JDK (v1.1) installed."