diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-02-02 09:36:16 +0800 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-02-02 09:36:16 +0800 |
commit | 7c806af372979087f0f0c243eeeb28f0ae46ffdc (patch) | |
tree | 0a816a1b1ad04784f7216a5264bcd322d9989199 /misc | |
parent | 1319a93963e675cebedbd02ed0569ee7553214e2 (diff) | |
download | freebsd-ports-gnome-7c806af372979087f0f0c243eeeb28f0ae46ffdc.tar.gz freebsd-ports-gnome-7c806af372979087f0f0c243eeeb28f0ae46ffdc.tar.zst freebsd-ports-gnome-7c806af372979087f0f0c243eeeb28f0ae46ffdc.zip |
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bigboard/Makefile | 3 | ||||
-rw-r--r-- | misc/gnome-mime-data/Makefile | 3 | ||||
-rw-r--r-- | misc/pybliographer/Makefile | 2 | ||||
-rw-r--r-- | misc/quick-lounge-applet/Makefile | 3 |
4 files changed, 4 insertions, 7 deletions
diff --git a/misc/bigboard/Makefile b/misc/bigboard/Makefile index 4c7139ec840b..6d49539ab3b3 100644 --- a/misc/bigboard/Makefile +++ b/misc/bigboard/Makefile @@ -8,8 +8,7 @@ PORTNAME= bigboard PORTVERSION= 0.5.38 CATEGORIES= misc gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITES= GNOME MAINTAINER= wahjava@gmail.com COMMENT= Big Board sidebar is an experimental panel for the GNOME Desktop diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile index 549d28a98400..dbed0513e37c 100644 --- a/misc/gnome-mime-data/Makefile +++ b/misc/gnome-mime-data/Makefile @@ -9,8 +9,7 @@ PORTNAME= gnome-mime-data PORTVERSION= 2.18.0 PORTREVISION= 3 CATEGORIES= misc gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITES= GNOME DISTNAME= gnome-mime-data-${PORTVERSION} DIST_SUBDIR= gnome diff --git a/misc/pybliographer/Makefile b/misc/pybliographer/Makefile index 89cf1e059f44..0daac1c26b57 100644 --- a/misc/pybliographer/Makefile +++ b/misc/pybliographer/Makefile @@ -9,7 +9,7 @@ PORTNAME= pybliographer PORTVERSION= 1.0.11 PORTREVISION= 6 CATEGORIES= misc python gnome -MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/pybliographer/1.0 MAINTAINER= ports@FreeBSD.org diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile index ab6529780e1c..ecd5c2fd814d 100644 --- a/misc/quick-lounge-applet/Makefile +++ b/misc/quick-lounge-applet/Makefile @@ -10,8 +10,7 @@ PORTNAME= quick-lounge-applet PORTVERSION= 2.12.5 PORTREVISION= 1 CATEGORIES= misc gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12 +MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= marcus@FreeBSD.org |