svn commit: r399974 - head/Keywords

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 22 13:30:33 UTC 2015


Author: bapt
Date: Thu Oct 22 13:30:32 2015
New Revision: 399974
URL: https://svnweb.freebsd.org/changeset/ports/399974

Log:
  Make @info cross install friendly

Modified:
  head/Keywords/info.ucl

Modified: head/Keywords/info.ucl
==============================================================================
--- head/Keywords/info.ucl	Thu Oct 22 13:23:48 2015	(r399973)
+++ head/Keywords/info.ucl	Thu Oct 22 13:30:32 2015	(r399974)
@@ -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


More information about the svn-ports-head mailing list