pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Sync comment with reality: tell about USE_PKGINSTAL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/253c587d3d6f
branches:  trunk
changeset: 466157:253c587d3d6f
user:      salo <salo%pkgsrc.org@localhost>
date:      Mon Jan 12 12:58:23 2004 +0000

description:
Sync comment with reality: tell about USE_PKGINSTALL and discourage direct
inclusion of this file.
Suggested bu cjep.

diffstat:

 mk/bsd.pkg.install.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 1b67861de0c3 -r 253c587d3d6f mk/bsd.pkg.install.mk
--- a/mk/bsd.pkg.install.mk     Mon Jan 12 12:20:09 2004 +0000
+++ b/mk/bsd.pkg.install.mk     Mon Jan 12 12:58:23 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index