svn commit: r418292 - head/math/R

Antoine Brodin antoine at FreeBSD.org
Sat Jul 9 20:02:04 UTC 2016


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 at serc.rmit.edu.au>
 # $FreeBSD$
 
-PORTNAME=		R
+PORTNAME?=		R
 PORTVERSION=		3.3.1
 PORTREVISION=		2
 CATEGORIES=		math lang


More information about the svn-ports-all mailing list