git: 254a1de8c493 - main - games/abuse_sdl: Refactor

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 27 Dec 2024 10:37:53 UTC
The branch main has been updated by bofh:

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

commit 254a1de8c493359be59142666ac662aeccfeb2bb
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-12-27 07:45:53 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-12-27 10:37:13 +0000

    games/abuse_sdl: Refactor
    
    - Remove GENTOO MASTER_SITES as it no longer provides flat layout
---
 games/abuse_sdl/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/games/abuse_sdl/Makefile b/games/abuse_sdl/Makefile
index ed901c29c482..d6efb78980eb 100644
--- a/games/abuse_sdl/Makefile
+++ b/games/abuse_sdl/Makefile
@@ -2,8 +2,7 @@ PORTNAME=	abuse_sdl
 PORTVERSION=	0.8
 PORTREVISION=	9
 CATEGORIES=	games
-MASTER_SITES=	GENTOO \
-		http://abuse.zoy.org/raw-attachment/wiki/download/
+MASTER_SITES=	http://abuse.zoy.org/raw-attachment/wiki/download/
 DISTNAME=	abuse-${DISTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
@@ -26,7 +25,6 @@ USE_GL=		gl
 USE_SDL=	mixer sdl
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--with-assetdir=${DATADIR} --enable-release
 
 DESKTOP_ENTRIES="Abuse-SDL" "" "abuse" \