pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Be explicit about the fact that USE_PKGINSTALL has ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df6011e0ee69
branches:  trunk
changeset: 477872:df6011e0ee69
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 10 20:54:44 2004 +0000

description:
Be explicit about the fact that USE_PKGINSTALL has to be set to YES
for this Makefile fragment to get included.

XXX: This should be documented in Packages.txt, not here.

diffstat:

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

diffs (16 lines):

diff -r 5dae20b5f6bb -r df6011e0ee69 mk/bsd.pkg.install.mk
--- a/mk/bsd.pkg.install.mk     Sat Jul 10 20:42:37 2004 +0000
+++ b/mk/bsd.pkg.install.mk     Sat Jul 10 20:54:44 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: bsd.pkg.install.mk,v 1.61 2004/07/08 14:58:30 reed Exp $
+# $NetBSD: bsd.pkg.install.mk,v 1.62 2004/07/10 20:54:44 wiz Exp $
 #
 # 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) Set USE_PKGINSTALL in the package Makefile.
+# (2) Set USE_PKGINSTALL to YES in the package Makefile.
 #
 # NOTE: This file must _not_ be included from anything else than bsd.pkg.mk.
 



Home | Main Index | Thread Index | Old Index