diff options
author | salo <salo@pkgsrc.org> | 2004-01-12 12:58:23 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-01-12 12:58:23 +0000 |
commit | 1acbdbfc15f88ef31da31574acd5222223c69a71 (patch) | |
tree | b07bb8e2aca4ee79d42ade5f1a63158ab014ce48 /mk | |
parent | a2e17d25ca565d8ec1cc3651d4857cc655082b33 (diff) | |
download | pkgsrc-1acbdbfc15f88ef31da31574acd5222223c69a71.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.mk | 8 |
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 |