diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-08-24 04:47:10 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-08-24 04:47:10 +0000 |
commit | 0be76604fc3b09acf5015f7660825fd4e3cd9371 (patch) | |
tree | ac880b2b7ba2040a37ac0d8449fce132da2c44ac /devel/bglibs | |
parent | c8b49788f30d560402efec009a78fa81456feb35 (diff) | |
download | pkgsrc-0be76604fc3b09acf5015f7660825fd4e3cd9371.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/Makefile | 3 |
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; \ |