svn commit: r417079 - head/math/R

David Naylor dbn at FreeBSD.org
Sat Jun 18 18:08:08 UTC 2016


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"


More information about the svn-ports-head mailing list