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

9 lines
172 B
Text

# MAINTAINER: portmgr@FreeBSD.org
actions: []
arguments: true
post-install-lua: <<EOD
for i=1, #arg do
assert(io.open(pkg.prefixed_path(arg[i]), "a"):close())
end
EOD