diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-10 20:54:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-10 20:54:44 +0000 |
commit | 2f09c5f562163a243dcf6c4c46c77a433412cb90 (patch) | |
tree | 51dee7f16b55b3a1cfab92052ca76c87e18a584a /mk | |
parent | 7d8e34139bdecc3bccb83ea1ba580f028333af52 (diff) | |
download | pkgsrc-2f09c5f562163a243dcf6c4c46c77a433412cb90.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')
-rw-r--r-- | mk/bsd.pkg.install.mk | 4 |
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. |