1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/Keywords/info.ucl

20 lines
315 B
Plaintext
Raw Normal View History

# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
actions: [file]
post-install: <<EOD
2014-10-07 23:26:28 +00:00
case "%@" in
/*) file="%@" ;;
*) file="%D/%@" ;;
esac
2015-10-22 13:30:32 +00:00
indexinfo ${PKG_ROOTDIR}${file%/*}
EOD
post-deinstall: <<EOD
2014-10-07 23:26:28 +00:00
case "%@" in
/*) file="%@" ;;
*) file="%D/%@" ;;
esac
2015-10-22 13:30:32 +00:00
indexinfo ${PKG_ROOTDIR}${file%/*}
EOD