summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-04 08:25:52 +0000
committerjlam <jlam>2006-06-04 08:25:52 +0000
commit0cc0206aafcec0cd9c9794b840cbb7ff301c3737 (patch)
tree00a03692d36cda115f91b4d3370bc4a0856194b7
parent029ac63d48ff96a9e866ec3170d5e075d713399e (diff)
downloadpkgsrc-0cc0206aafcec0cd9c9794b840cbb7ff301c3737.tar.gz
Move some "update"-only variables from bsd.pkg.mk to bsd.pkg.update.mk.
-rw-r--r--mk/bsd.pkg.mk4
-rw-r--r--mk/bsd.pkg.update.mk5
2 files changed, 5 insertions, 4 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 9e34196ae9e..ff750cddd9a 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1832 2006/06/04 06:09:36 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1833 2006/06/04 08:25:52 jlam Exp $
#
# This file is in the public domain.
#
@@ -59,8 +59,6 @@ build-defs-message: ${WRKDIR}
############################################################################
MKCRYPTO?= YES # build crypto packages by default
-NOCLEAN?= NO # don't clean up after update
-REINSTALL?= NO # reinstall upon update
CREATE_WRKDIR_SYMLINK?= yes # create a symlink to WRKOBJDIR
##### Variant spellings
diff --git a/mk/bsd.pkg.update.mk b/mk/bsd.pkg.update.mk
index 4971da75eb9..ef2247cf3b5 100644
--- a/mk/bsd.pkg.update.mk
+++ b/mk/bsd.pkg.update.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.update.mk,v 1.1 2006/06/03 23:11:42 jlam Exp $
+# $NetBSD: bsd.pkg.update.mk,v 1.2 2006/06/04 08:25:53 jlam Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and contains the targets
# and variables for "make update".
@@ -8,6 +8,9 @@
# reimplemented later.
#
+NOCLEAN?= NO # don't clean up after update
+REINSTALL?= NO # reinstall upon update
+
# The 'update' target can be used to update a package and all
# currently installed packages that depend upon this package.