svn commit: r465836 - head/emulators/mame

Antoine Brodin antoine at FreeBSD.org
Wed Mar 28 18:42:54 UTC 2018


Author: antoine
Date: Wed Mar 28 18:42:53 2018
New Revision: 465836
URL: https://svnweb.freebsd.org/changeset/ports/465836

Log:
  Fix PKGNAME collision with slave port emulators/mess
  (emulators/mess is probaly BROKEN now)

Modified:
  head/emulators/mame/Makefile

Modified: head/emulators/mame/Makefile
==============================================================================
--- head/emulators/mame/Makefile	Wed Mar 28 18:38:20 2018	(r465835)
+++ head/emulators/mame/Makefile	Wed Mar 28 18:42:53 2018	(r465836)
@@ -1,7 +1,7 @@
 # Created by: alepulver
 # $FreeBSD$
 
-PORTNAME=	mame
+PORTNAME?=	mame
 PORTVERSION=	0.195
 CATEGORIES=	emulators
 


More information about the svn-ports-head mailing list