summaryrefslogtreecommitdiff
path: root/mk/pkgformat/bsd.pkgformat.mk
diff options
context:
space:
mode:
authorreed <reed>2011-10-15 00:23:07 +0000
committerreed <reed>2011-10-15 00:23:07 +0000
commit0803dd1082219527156198e8f3da504c579fccd1 (patch)
tree731a20742fd50dda526dd72d589e7a647e8b369d /mk/pkgformat/bsd.pkgformat.mk
parentef3c360cb8733d54010557bea6ea76d70181852c (diff)
downloadpkgsrc-0803dd1082219527156198e8f3da504c579fccd1.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/pkgformat/bsd.pkgformat.mk')
-rw-r--r--mk/pkgformat/bsd.pkgformat.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/mk/pkgformat/bsd.pkgformat.mk b/mk/pkgformat/bsd.pkgformat.mk
new file mode 100644
index 00000000000..9ec830e4fe5
--- /dev/null
+++ b/mk/pkgformat/bsd.pkgformat.mk
@@ -0,0 +1,7 @@
+# $NetBSD: bsd.pkgformat.mk,v 1.1 2011/10/15 00:23:09 reed Exp $
+#
+# This Makefile fragment is included by bsd.pkg.mk and pulls in the correct
+# target and variable overrides for the selected package system format.
+#
+
+.include "${PKG_FORMAT}/pkgformat.mk"