summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2004-01-12 12:58:23 +0000
committersalo <salo@pkgsrc.org>2004-01-12 12:58:23 +0000
commit6b65040cd41ea3c3c963cc40b5d76043911a1e8f (patch)
treeb07bb8e2aca4ee79d42ade5f1a63158ab014ce48 /mk
parent5fd8f75f7219128004cc1f7f38a0a9026a73ea81 (diff)
downloadpkgsrc-6b65040cd41ea3c3c963cc40b5d76043911a1e8f.tar.gz
Sync comment with reality: tell about USE_PKGINSTALL and discourage direct
inclusion of this file. Suggested bu cjep.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.install.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/bsd.pkg.install.mk b/mk/bsd.pkg.install.mk
index 378b8864d8c..b3f11e75887 100644
--- a/mk/bsd.pkg.install.mk
+++ b/mk/bsd.pkg.install.mk
@@ -1,12 +1,12 @@
-# $NetBSD: bsd.pkg.install.mk,v 1.54 2003/12/20 09:45:55 jmmv Exp $
+# $NetBSD: bsd.pkg.install.mk,v 1.55 2004/01/12 12:58:23 salo Exp $
#
-# This Makefile fragment is included by package Makefiles to use the common
+# This Makefile fragment is included by bsd.pkg.mk to use the common
# INSTALL/DEINSTALL scripts. To use this Makefile fragment, simply:
#
# (1) Set the variables to customize the install scripts to the package, and
-# (2) Include this Makefile fragment in the package Makefile.
+# (2) Set USE_PKGINSTALL in the package Makefile.
#
-# NOTE: This file must be included _before_ bsd.pkg.mk.
+# NOTE: This file must _not_ be included from anything else than bsd.pkg.mk.
.if !defined(BSD_PKG_INSTALL_MK)
BSD_PKG_INSTALL_MK= 1