diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-28 18:42:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-28 18:42:53 +0000 |
commit | ab813ebdabdd5c182315b015235bd64ca10c2064 (patch) | |
tree | 0f78f193934ae1a40fa6f856f602d1c4f8a03889 /emulators/mame | |
parent | ports-mgmt/poudriere-devel: Fix plist issue with completion options (diff) |
Fix PKGNAME collision with slave port emulators/mess
(emulators/mess is probaly BROKEN now)
Notes
Notes:
svn path=/head/; revision=465836
Diffstat (limited to 'emulators/mame')
-rw-r--r-- | emulators/mame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 24ed1ddbc017..c5f0db89515b 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,7 +1,7 @@ # Created by: alepulver # $FreeBSD$ -PORTNAME= mame +PORTNAME?= mame PORTVERSION= 0.195 CATEGORIES= emulators |