mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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)
This commit is contained in:
parent
22d4fc31c5
commit
9ba335d766
1 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue