From 3cad4e77d88a8e68afa074bae4aae57f350c41aa Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 29 Mar 1999 00:08:32 +0000 Subject: install examples too --- databases/db/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'databases/db/Makefile') diff --git a/databases/db/Makefile b/databases/db/Makefile index aff5e2e9b3d3..d9d4c22a67ec 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -23,6 +23,10 @@ CONFIGURE_ARGS= --enable-compat185 \ --enable-dump185 --enable-cxx post-install: + $(MKDIR) ${PREFIX}/share/examples/db2 + cd ${WRKSRC}/..; \ + tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \ + ( cd ${PREFIX}/share/examples/db2; tar xf - ) @echo "" @echo "Java support for ${PKGNAME} is *not* built by default, and requires that you" @echo "have a working copy of the JDK (v1.1) installed." -- cgit v1.2.3