diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-07-29 16:02:45 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-07-29 16:02:45 +0000 |
commit | 957363e3d42a5d0488f4c393c7e52f1e5ddf1dcb (patch) | |
tree | 27572a7bac4f2e4d78f0b0f21361abc03bc0c1a3 /databases/poco-data-sqlite | |
parent | 3fb4f42192f0b059b769c36582f761ff3e6c4144 (diff) | |
download | pkgsrc-957363e3d42a5d0488f4c393c7e52f1e5ddf1dcb.tar.gz |
Simplify the build call for devel/poco dependants.
Diffstat (limited to 'databases/poco-data-sqlite')
-rw-r--r-- | databases/poco-data-sqlite/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/poco-data-sqlite/Makefile b/databases/poco-data-sqlite/Makefile index 8bb3428377a..84ccb871d12 100644 --- a/databases/poco-data-sqlite/Makefile +++ b/databases/poco-data-sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/04/27 12:31:40 obache Exp $ +# $NetBSD: Makefile,v 1.7 2012/07/29 16:02:45 fhajny Exp $ # PKGNAME= poco-data-sqlite-${POCO_VERSION} @@ -17,11 +17,9 @@ CONFIGURE_ARGS+= --no-samples USE_TOOLS+= pax +BUILD_DIRS= ${WRKSRC}/Data/SQLite INSTALLATION_DIRS= include/Poco/Data/SQLite lib -do-build: - cd ${WRKSRC} && ${TOOLS_GMAKE} POCO_BASE=${WRKSRC} -C Data/SQLite - do-install: # using the same logic as Poco's Makefile install target. cd ${WRKSRC} && find lib -name 'libPoco*' -type f -exec cp -f {} \ |