5d33e04596
Where appropriate fiddle with a few other things.
10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
# 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
|