mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
1cee61cab5
yaml version will be removed later
14 lines
187 B
Plaintext
14 lines
187 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# MAINTAINER: portmgr@FreeBSD.org
|
|
|
|
actions: [file]
|
|
post-install: <<EOD
|
|
file=%D/%@
|
|
indexinfo ${file%/*}
|
|
EOD
|
|
post-deinstall: <<EOD
|
|
file=%D/%@
|
|
indexinfo ${file%/*}
|
|
EOD
|