10 lines
185 B
Text
10 lines
185 B
Text
# $FreeBSD$
|
|
#
|
|
# 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
|