Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jun 2016 18:08:07 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417079 - head/math/R
Message-ID:  <201606181808.u5II87RV063499@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Sat Jun 18 18:08:07 2016
New Revision: 417079
URL: https://svnweb.freebsd.org/changeset/ports/417079

Log:
  math/R: unbreak index.
  
  Reported by:	cperciva@ (Portsnap buildbox)

Modified:
  head/math/R/Makefile

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Sat Jun 18 17:57:37 2016	(r417078)
+++ head/math/R/Makefile	Sat Jun 18 18:08:07 2016	(r417079)
@@ -108,7 +108,7 @@ RLAPACK_SOVERSION=	4
 RMATH_SOVERSION=	0
 USES+=			fortran
 
-.include "${.CURDIR}/compiler.mk"
+.include "compiler.mk"
 .include <bsd.port.options.mk>
 
 .if ${ARCH} == "sparc64" || ${ARCH} == "powerpc64"



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