diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-22 13:30:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-22 13:30:32 +0000 |
commit | 5ac9cf8793e0ced6ddb39db8cf0d4b29c50d2623 (patch) | |
tree | aa7e8cf6ab996930e06d31307ad158ea7d4565a5 /Keywords | |
parent | ec1fef4d64ffe02ce549889e3fa4b934544a3e3c (diff) | |
download | ports-5ac9cf8793e0ced6ddb39db8cf0d4b29c50d2623.tar.gz ports-5ac9cf8793e0ced6ddb39db8cf0d4b29c50d2623.zip |
Notes
Diffstat (limited to 'Keywords')
-rw-r--r-- | Keywords/info.ucl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Keywords/info.ucl b/Keywords/info.ucl index 956884330786..c6d276182536 100644 --- a/Keywords/info.ucl +++ b/Keywords/info.ucl @@ -8,12 +8,12 @@ post-install: <<EOD /*) file="%@" ;; *) file="%D/%@" ;; esac - indexinfo ${file%/*} + indexinfo ${PKG_ROOTDIR}${file%/*} EOD post-deinstall: <<EOD case "%@" in /*) file="%@" ;; *) file="%D/%@" ;; esac - indexinfo ${file%/*} + indexinfo ${PKG_ROOTDIR}${file%/*} EOD |