Tweak math/octave-forge-stk version 2.3.4
[dports.git] / Keywords / info.ucl
1 # $FreeBSD: head/Keywords/info.ucl 399974 2015-10-22 13:30:32Z bapt $
2 #
3 # MAINTAINER: portmgr@FreeBSD.org
4
5 actions: [file]
6 post-install: <<EOD
7   case "%@" in
8   /*) file="%@" ;;
9    *) file="%D/%@" ;;
10   esac
11   indexinfo ${PKG_ROOTDIR}${file%/*}
12 EOD
13 post-deinstall: <<EOD
14   case "%@" in
15   /*) file="%@" ;;
16    *) file="%D/%@" ;;
17   esac
18   indexinfo ${PKG_ROOTDIR}${file%/*}
19 EOD