Author: emaste
Date: Wed Apr 1 16:03:06 2020
New Revision: 359519
URL: https://svnweb.freebsd.org/changeset/base/359519
Log:
pkgbase: remove more profile package leftovers
As of r356797 we don't produce profile packages. r358549 removed one
remnant of profile package support; clean up another now.
Modified:
head/release/scripts/mtree-to-plist.awk
Modified: head/release/scripts/mtree-to-plist.awk
==============================================================================
--- head/release/scripts/mtree-to-plist.awk Wed Apr 1 16:02:42 2020
(r359518)
+++ head/release/scripts/mtree-to-plist.awk Wed Apr 1 16:03:06 2020
(r359519)
@@ -41,7 +41,7 @@
gsub(/package=/, "", pkgname)
} else if (a[i] == "config") {
type="config"
- } else if (a[i] == "development" || a[i] == "profile"
|| a[i] == "debug" || a[i] == "docs") {
+ } else if (a[i] == "development" || a[i] == "debug" ||
a[i] == "docs") {
pkgend=a[i]
} else {
if (ext != "")
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"