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 | 2b8e0c48585abf231ed3aea0e0493b1a44be7b27 (patch) | |
tree | ac880b2b7ba2040a37ac0d8449fce132da2c44ac /sysutils/memtester | |
parent | 2dc2287de84a2261eae27fb4c1362a8b3f02eb7f (diff) | |
download | pkgsrc-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 'sysutils/memtester')
-rw-r--r-- | sysutils/memtester/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/memtester/Makefile b/sysutils/memtester/Makefile index 2f39b274f0c..47232561013 100644 --- a/sysutils/memtester/Makefile +++ b/sysutils/memtester/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/08/07 11:56:01 schmonz Exp $ +# $NetBSD: Makefile,v 1.12 2005/08/24 04:47:10 schmonz Exp $ # DISTNAME= memtester-4.0.5 @@ -11,9 +11,8 @@ COMMENT= Utility for testing the memory subsystem for faults PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_TARGET= all - DJB_RESTRICTED= NO +DJB_MAKE_TARGETS= NO INSTALLATION_DIRS= bin man/man8 share/doc/memtester |