diff options
author | ache <ache@FreeBSD.org> | 1999-03-29 08:08:32 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-03-29 08:08:32 +0800 |
commit | 09274f643860264beb42940bb5511626290f3394 (patch) | |
tree | 3bfb0d98d72d8c5cfd40231ad10f7ef9f1679eec /databases/db33/Makefile | |
parent | d09dbbdb7af34e84c3f986a0da46acdae411832f (diff) | |
download | freebsd-ports-gnome-09274f643860264beb42940bb5511626290f3394.tar.gz freebsd-ports-gnome-09274f643860264beb42940bb5511626290f3394.tar.zst freebsd-ports-gnome-09274f643860264beb42940bb5511626290f3394.zip |
install examples too
Diffstat (limited to 'databases/db33/Makefile')
-rw-r--r-- | databases/db33/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/db33/Makefile b/databases/db33/Makefile index aff5e2e9b3d3..d9d4c22a67ec 100644 --- a/databases/db33/Makefile +++ b/databases/db33/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." |