freebsd-ports/Keywords/fmtutil.ucl
Mathieu Arnold 5d33e04596
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
2021-04-06 16:27:10 +02:00

14 lines
229 B
Plaintext

# 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