git: 39489e02c54e - main - x11-wm/oroborus: Remove stale MASTER_SITES

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

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

commit 39489e02c54ec82f1a1161ffb1f0529196a2015a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-12-27 09:01:03 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-12-27 10:37:20 +0000

    x11-wm/oroborus: Remove stale MASTER_SITES
    
    - Remove GENTOO MASTER_SITES as it no longer provides flat layout
    - Pet port{clippy|fmt}
    
    Approved by:    portmgr (blanket)
---
 x11-wm/oroborus/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-wm/oroborus/Makefile b/x11-wm/oroborus/Makefile
index c005d2c11e69..e4d19fb31249 100644
--- a/x11-wm/oroborus/Makefile
+++ b/x11-wm/oroborus/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	oroborus
 PORTVERSION=	2.0.20
 PORTREVISION=	1
 CATEGORIES=	x11-wm
-MASTER_SITES=	DEBIAN/pool/main/o/${PORTNAME} GENTOO
+MASTER_SITES=	DEBIAN/pool/main/o/${PORTNAME}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	matt@peterson.org
@@ -13,9 +13,9 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		xorg
-USE_XORG=	xpm x11 xext sm ice
+USE_XORG=	ice sm x11 xext xpm
+
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}