git: 9ba335d76685 - main - x11/deskmenu: Refactor

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

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

commit 9ba335d7668535442d67f4462bb181136238bbb2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-12-27 10:01:30 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-12-27 10:37:26 +0000

    x11/deskmenu: Refactor
    
    - Remove GENTOO MASTER_SITES as it no longer provides flat layout
    - DEBIAN MASTER_SITES do not need SUBDIR for this specific case
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
---
 x11/deskmenu/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11/deskmenu/Makefile b/x11/deskmenu/Makefile
index 47e41e6e1b9e..526828e4770e 100644
--- a/x11/deskmenu/Makefile
+++ b/x11/deskmenu/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	deskmenu
 PORTVERSION=	1.4.5
 PORTREVISION=	2
 CATEGORIES=	x11
-MASTER_SITES=	DEBIAN/pool/main/d/${PORTNAME} GENTOO
+MASTER_SITES=	DEBIAN
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	matt@peterson.org
@@ -13,10 +13,10 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		pkgconfig gnome
-GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_GNOME=	gtk20
 
+GNU_CONFIGURE=	yes
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 PLIST_FILES=	bin/deskmenu share/man/man1/deskmenu.1.gz \