From 39489e02c54ec82f1a1161ffb1f0529196a2015a Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 27 Dec 2024 10:01:03 +0100 Subject: [PATCH] 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}