Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2013 21:20:37 +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: r336222 - head/devel/fossil
Message-ID:  <201312112120.rBBLKbbl057996@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Dec 11 21:20:37 2013
New Revision: 336222
URL: http://svnweb.freebsd.org/changeset/ports/336222

Log:
  Respect PREFIX
  
  Reported by:	dim

Modified:
  head/devel/fossil/Makefile

Modified: head/devel/fossil/Makefile
==============================================================================
--- head/devel/fossil/Makefile	Wed Dec 11 20:50:17 2013	(r336221)
+++ head/devel/fossil/Makefile	Wed Dec 11 21:20:37 2013	(r336222)
@@ -15,6 +15,7 @@ LICENSE=	BSD
 PLIST_FILES=	bin/fossil
 
 HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	--prefix=${PREFIX}
 
 OPTIONS_DEFINE=	JSON STATIC
 JSON_DESC=	JSON API support



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