svn commit: r336222 - head/devel/fossil

Baptiste Daroussin bapt at FreeBSD.org
Wed Dec 11 21:20:37 UTC 2013


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


More information about the svn-ports-head mailing list