From 0d1de883aea3555ea5cec8cae62c06e8bf2f10cc Mon Sep 17 00:00:00 2001 From: alane Date: Wed, 14 Aug 2002 08:48:43 +0000 Subject: Fix failure to build package due to apparent source tarball change. No idea how long it's been broken. Maintainer email address bounces. Committing w/o timeout because of package failure and upcoming 4.7 release. PR: 41656 --- databases/db/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'databases/db') diff --git a/databases/db/Makefile b/databases/db/Makefile index 48c920ecd8ad..260660428f73 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -23,10 +23,11 @@ CONFIGURE_ARGS= --enable-compat185 \ --enable-dump185 --enable-cxx 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." -- cgit