summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.install.mk
diff options
context:
space:
mode:
authorwiz <wiz>2004-07-10 20:54:44 +0000
committerwiz <wiz>2004-07-10 20:54:44 +0000
commiteef297443dc9ab8619bba3d1a55f5f9131db18c5 (patch)
tree51dee7f16b55b3a1cfab92052ca76c87e18a584a /mk/bsd.pkg.install.mk
parent6dde8e5c0e48031d7a5655acf53d2c2c76175257 (diff)
downloadpkgsrc-eef297443dc9ab8619bba3d1a55f5f9131db18c5.tar.gz
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 (limited to 'mk/bsd.pkg.install.mk')
-rw-r--r--mk/bsd.pkg.install.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.install.mk b/mk/bsd.pkg.install.mk
index 4fced444b16..32d2f31516f 100644
--- a/mk/bsd.pkg.install.mk
+++ b/mk/bsd.pkg.install.mk
@@ -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.