Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jul 2016 20:02:02 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418292 - head/math/R
Message-ID:  <201607092002.u69K22Z2079595@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jul  9 20:02:02 2016
New Revision: 418292
URL: https://svnweb.freebsd.org/changeset/ports/418292

Log:
  Prevent PKGNAME collision with math/libR

Modified:
  head/math/R/Makefile

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Sat Jul  9 19:55:35 2016	(r418291)
+++ head/math/R/Makefile	Sat Jul  9 20:02:02 2016	(r418292)
@@ -1,7 +1,7 @@
 # Created by: Maurice Castro <maurice@serc.rmit.edu.au>
 # $FreeBSD$
 
-PORTNAME=		R
+PORTNAME?=		R
 PORTVERSION=		3.3.1
 PORTREVISION=		2
 CATEGORIES=		math lang



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