diff options
author | reed <reed@pkgsrc.org> | 2011-10-15 00:23:07 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2011-10-15 00:23:07 +0000 |
commit | 6bdad51ddfdcf5739a8508eab4bf688f71008207 (patch) | |
tree | 731a20742fd50dda526dd72d589e7a647e8b369d /mk/install/bin-install.mk | |
parent | 73e59366a6a5f7990d1ed964c225faf155fb6ba8 (diff) | |
download | pkgsrc-6bdad51ddfdcf5739a8508eab4bf688f71008207.tar.gz |
Rename "flavor" to "pkgformat".
This is from Anton Panev's GSoC 2011 project to add RPM and DPKG
support to pkgsrc. (I am not adding that further support in this
commit.)
This is just a rename of the existing functionality. Now it will
be easy to test the GSoC work by simply putting in a single
directory (such as "rpm" or "deb"). See
http://addpackageforma.sourceforge.net/ for some details.
This is from Anton's CVS, but I made some minor changes:
- changed plural pkgformats to singular pkgformat (to be consistent)
- fixed a few places (in comments) that were missed
- catch up on some additions to flavor not in the pkgforma cvs:
PKGSRC_SETENV and _flavor-destdir-undo-replace and
undo-destdir-replace-install.
Diffstat (limited to 'mk/install/bin-install.mk')
-rw-r--r-- | mk/install/bin-install.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/install/bin-install.mk b/mk/install/bin-install.mk index b2c487b4e97..713c140e0d1 100644 --- a/mk/install/bin-install.mk +++ b/mk/install/bin-install.mk @@ -1,4 +1,4 @@ -# $NetBSD: bin-install.mk,v 1.21 2011/09/08 20:17:16 abs Exp $ +# $NetBSD: bin-install.mk,v 1.22 2011/10/15 00:23:09 reed Exp $ # # This file provides the following targets: @@ -24,7 +24,7 @@ # any version of this package will do, but when installing # dependencies, a special version may be needed. -# XXX: This file contains implementation details from the "pkg" flavor, +# XXX: This file contains implementation details from the "pkg" format, # for example the All/ directory and the @cwd. # List of sites carrying binary pkgs. Variables "rel" and "arch" are |