diff options
Diffstat (limited to 'databases/poco-data-sqlite/Makefile')
-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 {} \ |