diff options
author | araujo <araujo@FreeBSD.org> | 2009-02-02 09:36:16 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-02-02 09:36:16 +0800 |
commit | 56fcc5f4afd03a3eb53f30b6fc8eca1afcdc623b (patch) | |
tree | 2510c2c5894eaaef9493d02e6ef64a10e9772205 /x11 | |
parent | ed6d9d787703496956d2f31c13fcf56be0ae3763 (diff) | |
download | freebsd-ports-graphics-56fcc5f4afd03a3eb53f30b6fc8eca1afcdc623b.tar.gz freebsd-ports-graphics-56fcc5f4afd03a3eb53f30b6fc8eca1afcdc623b.tar.zst freebsd-ports-graphics-56fcc5f4afd03a3eb53f30b6fc8eca1afcdc623b.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 'x11')
-rw-r--r-- | x11/gnome-libs/Makefile | 3 | ||||
-rw-r--r-- | x11/libgnome-java/Makefile | 3 | ||||
-rw-r--r-- | x11/libgnome/Makefile | 3 | ||||
-rw-r--r-- | x11/libgnomemm26/Makefile | 3 | ||||
-rw-r--r-- | x11/startup-notification/Makefile | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 4bb93dfea0a..1cfde880102 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -10,8 +10,7 @@ PORTNAME= gnome-libs PORTVERSION= 1.4.2 PORTREVISION= 12 CATEGORIES?= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-libs/1.4 +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER?= gnome@FreeBSD.org diff --git a/x11/libgnome-java/Makefile b/x11/libgnome-java/Makefile index 8f3fb96282b..313cc32f4db 100644 --- a/x11/libgnome-java/Makefile +++ b/x11/libgnome-java/Makefile @@ -10,8 +10,7 @@ PORTNAME= libgnome-java PORTVERSION= 2.12.7 PORTREVISION= 2 CATEGORIES= x11 java -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12 +MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 71217e722fa..8e3e7dbd5a4 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -10,8 +10,7 @@ PORTNAME= libgnome PORTVERSION= 2.24.1 PORTREVISION?= 0 CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile index 869959c7147..4906549ec1b 100644 --- a/x11/libgnomemm26/Makefile +++ b/x11/libgnomemm26/Makefile @@ -9,8 +9,7 @@ PORTNAME= libgnomemm PORTVERSION= 2.24.0 CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= bland@FreeBSD.org diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index 721176f15c7..9e2477e0f06 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -9,9 +9,8 @@ PORTNAME= startup-notification PORTVERSION= 0.9 PORTREVISION= 2 CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} \ +MASTER_SITES= GNOME \ http://www.freedesktop.org/software/startup-notification/releases/ -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org |