summaryrefslogtreecommitdiff
path: root/mail/qmail-qfilter
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
commit0be76604fc3b09acf5015f7660825fd4e3cd9371 (patch)
treeac880b2b7ba2040a37ac0d8449fce132da2c44ac /mail/qmail-qfilter
parentc8b49788f30d560402efec009a78fa81456feb35 (diff)
downloadpkgsrc-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 'mail/qmail-qfilter')
-rw-r--r--mail/qmail-qfilter/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/qmail-qfilter/Makefile b/mail/qmail-qfilter/Makefile
index 4e96059f7bc..b4cf67b501b 100644
--- a/mail/qmail-qfilter/Makefile
+++ b/mail/qmail-qfilter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/08/15 12:58:21 schmonz Exp $
+# $NetBSD: Makefile,v 1.14 2005/08/24 04:47:10 schmonz Exp $
#
DISTNAME= qmail-qfilter-2.1
@@ -29,10 +29,8 @@ SUBST_MESSAGE.paths= "Fixing paths."
INSTALLATION_DIRS= bin man man/man1 share/examples/qmail-qfilter
-BUILD_TARGET= all
-INSTALL_TARGET= install
-
DJB_RESTRICTED= NO
+DJB_MAKE_TARGETS= NO
.include "../../mk/bsd.prefs.mk"