pkgbase: use consistent annotation for objectk eys

Everywhere else we use objects ("scripts", generally) we do sepcify the
optional colon. Be consistent and do the same for directories.

PR:		249273
Submitted by:	Martin <martin.jakob gmx com>
MFC after:	1 week
This commit is contained in:
Kyle Evans 2020-09-18 14:29:01 +00:00
parent c5ef56ea61
commit 209dcc7cec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365883

View File

@ -23,7 +23,7 @@ scripts: {
chmod 1777 ${PKG_ROOTDIR}/tmp
EOD
}
directories {
directories: {
/dev = "y";
/tmp = "y";
}