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

11
Keywords/rmtry.ucl Normal file
View File

@@ -0,0 +1,11 @@
# $FreeBSD: head/Keywords/rmtry.ucl 367153 2014-09-03 05:16:13Z bapt $
#
# MAINTAINER: portmgr@FreeBSD.org
actions: []
post-deinstall: <<EOD
case "%@" in
/*) f="%@" ;;
*) f="%D/%@" ;;
esac
/bin/rm -f $f 2>/dev/null || /usr/bin/true
EOD