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.
This commit is contained in:
Ed Maste 2020-04-01 16:03:06 +00:00
parent a82d25d731
commit af5319f92c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359519

View File

@ -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 != "")