aboutsummaryrefslogtreecommitdiff
path: root/Keywords/info.ucl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-10-22 13:30:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-10-22 13:30:32 +0000
commit5ac9cf8793e0ced6ddb39db8cf0d4b29c50d2623 (patch)
treeaa7e8cf6ab996930e06d31307ad158ea7d4565a5 /Keywords/info.ucl
parentec1fef4d64ffe02ce549889e3fa4b934544a3e3c (diff)
downloadports-5ac9cf8793e0ced6ddb39db8cf0d4b29c50d2623.tar.gz
ports-5ac9cf8793e0ced6ddb39db8cf0d4b29c50d2623.zip
Make @info cross install friendly
Notes
Notes: svn path=/head/; revision=399974
Diffstat (limited to 'Keywords/info.ucl')
-rw-r--r--Keywords/info.ucl4
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