mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
9 lines
172 B
Text
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
|