git: d41ba54fd9e5 - main - games/gobang: add PKGNAMESUFFIX to not collide with databases/gobang

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Thu, 26 Sep 2024 18:15:20 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d41ba54fd9e5b7018e44d65a509044b6005cb6f8

commit d41ba54fd9e5b7018e44d65a509044b6005cb6f8
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2024-09-26 18:14:03 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-09-26 18:14:03 +0000

    games/gobang: add PKGNAMESUFFIX to not collide with databases/gobang
    
    Fixes:          312e909f61fa1f7533af565e4f6f09b5f6240510
    Reported by:    antoine
---
 games/gobang/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games/gobang/Makefile b/games/gobang/Makefile
index 6fed86d28118..afa3ee54030c 100644
--- a/games/gobang/Makefile
+++ b/games/gobang/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	gobang
 DISTVERSION=	0.1
 CATEGORIES=	games
+PKGNAMESUFFIX=	-game
 
 MAINTAINER=	guoqiang_cn@126.com
 COMMENT=	This is a Gobang game that runs in the console