freebsd-ports/Keywords/info.ucl
Baptiste Daroussin 1cee61cab5 Convert keywords in pure ucl format
yaml version will be removed later
2014-07-24 17:10:57 +00:00

13 lines
187 B
Text

# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
actions: [file]
post-install: <<EOD
file=%D/%@
indexinfo ${file%/*}
EOD
post-deinstall: <<EOD
file=%D/%@
indexinfo ${file%/*}
EOD