Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 13:30:32 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399974 - head/Keywords
Message-ID:  <201510221330.t9MDUWFZ096980@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510221330.t9MDUWFZ096980>