create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

15
Keywords/fmtutil.ucl Normal file
View File

@@ -0,0 +1,15 @@
# $FreeBSD: head/Keywords/fmtutil.ucl 362833 2014-07-24 17:10:57Z bapt $
#
# MAINTAINER: portmgr@FreeBSD.org
actions: []
post-install: <<EOD
fmtutil-sys --missing >/dev/null
EOD
post-deinstall: <<EOD
set -- %@
for f in $@; do
rm -f $f
rmdir -p ${f%/*} 2>/dev/null
done
EOD