summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-04-09 00:51:23 +0000
committerjoerg <joerg@pkgsrc.org>2009-04-09 00:51:23 +0000
commit8e2f1b57e8f4f6d6d17edef47cff6691ac191b47 (patch)
tree5f1fe80c13cb5595c1f93abf56531ed987a7af86 /mk/bsd.pkg.mk
parent368d71b62eb6e099ecbde93b8f229d559bb4648a (diff)
downloadpkgsrc-8e2f1b57e8f4f6d6d17edef47cff6691ac191b47.tar.gz
Remove support for NO_PACKAGE.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 4cb300a8b21..0524f8f60c6 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1955 2009/04/08 14:47:26 wiz Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1956 2009/04/09 00:51:23 joerg Exp $
#
# This file is in the public domain.
#
@@ -320,12 +320,6 @@ _PKGSRC_BUILD_TARGETS= build
#
OVERRIDE_DIRDEPTH?= 2
-# The user can override the NO_PACKAGE by specifying this from
-# the make command line
-.if defined(FORCE_PACKAGE)
-. undef NO_PACKAGE
-.endif
-
# Handle alternatives
#
.include "alternatives.mk"