summaryrefslogtreecommitdiff
path: root/devel/bglibs
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2005-08-24 04:47:10 +0000
committerschmonz <schmonz@pkgsrc.org>2005-08-24 04:47:10 +0000
commit2b8e0c48585abf231ed3aea0e0493b1a44be7b27 (patch)
treeac880b2b7ba2040a37ac0d8449fce132da2c44ac /devel/bglibs
parent2dc2287de84a2261eae27fb4c1362a8b3f02eb7f (diff)
downloadpkgsrc-2b8e0c48585abf231ed3aea0e0493b1a44be7b27.tar.gz
Introduce DJB_MAKE_TARGETS boolean, on by default, off in the
following packages because they don't use "it" and "setup check" as BUILD_TARGET and INSTALL_TARGET, respectively: devel/bglibs mail/mailfront mail/qmail-qfilter sysutils/memtester sysutils/qlogtools Since there's only one consumer of BGWARE_INSTALLER, and future bgware will use bg-installer from bglibs, move the do-install routine directly into qlogtools.
Diffstat (limited to 'devel/bglibs')
-rw-r--r--devel/bglibs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bglibs/Makefile b/devel/bglibs/Makefile
index af6b58b0c38..a8a9dae7986 100644
--- a/devel/bglibs/Makefile
+++ b/devel/bglibs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/08/23 19:33:52 schmonz Exp $
+# $NetBSD: Makefile,v 1.9 2005/08/24 04:47:10 schmonz Exp $
#
DISTNAME= bglibs-1.027
@@ -13,6 +13,7 @@ BUILD_TARGET= all
INSTALL_TARGET= install
DJB_RESTRICTED= NO
+DJB_MAKE_TARGETS= NO
DJB_CONFIG_CMDS= \
${ECHO} ${DJB_CONFIG_PREFIX}/include/bglibs > conf-include; \