summaryrefslogtreecommitdiff
path: root/databases/poco-data
diff options
context:
space:
mode:
authorfhajny <fhajny>2012-07-29 16:02:45 +0000
committerfhajny <fhajny>2012-07-29 16:02:45 +0000
commite0344564863203b28628004be5cc1b1827220884 (patch)
tree27572a7bac4f2e4d78f0b0f21361abc03bc0c1a3 /databases/poco-data
parentba151f466b070775ef32e5f8c987a6d583baaa3d (diff)
downloadpkgsrc-e0344564863203b28628004be5cc1b1827220884.tar.gz
Simplify the build call for devel/poco dependants.
Diffstat (limited to 'databases/poco-data')
-rw-r--r--databases/poco-data/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/poco-data/Makefile b/databases/poco-data/Makefile
index cba365cd702..cf194915f3d 100644
--- a/databases/poco-data/Makefile
+++ b/databases/poco-data/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/02/06 14:44:07 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2012/07/29 16:02:45 fhajny Exp $
#
PKGNAME= poco-data-${POCO_VERSION}
@@ -17,9 +17,8 @@ CONFIGURE_ARGS+= --no-samples
USE_TOOLS+= pax
+BUILD_DIRS= ${WRKSRC}/Data
INSTALLATION_DIRS= include/Poco/Data lib
-do-build:
- cd ${WRKSRC} && ${TOOLS_GMAKE} POCO_BASE=${WRKSRC} -C Data
do-install:
# using the same logic as Poco's Makefile install target.