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 /audio | |
parent | ed6d9d787703496956d2f31c13fcf56be0ae3763 (diff) | |
download | freebsd-ports-gnome-56fcc5f4afd03a3eb53f30b6fc8eca1afcdc623b.tar.gz freebsd-ports-gnome-56fcc5f4afd03a3eb53f30b6fc8eca1afcdc623b.tar.zst freebsd-ports-gnome-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 'audio')
-rw-r--r-- | audio/esound/Makefile | 3 | ||||
-rw-r--r-- | audio/goobox/Makefile | 3 | ||||
-rw-r--r-- | audio/libaudiofile/Makefile | 3 | ||||
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 3 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 71c50a2fd1fd..43e575039e84 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -9,8 +9,7 @@ PORTNAME= esound PORTVERSION= 0.2.41 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index a359a8ecc73c..c4de5ec6e377 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -10,8 +10,7 @@ PORTNAME= goobox PORTVERSION= 1.9.2 PORTREVISION= 2 CATEGORIES= audio 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/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index d4ea974fa8cc..1d640eee7002 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -10,8 +10,7 @@ PORTVERSION= 0.2.6 CATEGORIES= audio MASTER_SITES= http://www.68k.org/~michael/audiofile/ \ ftp://oss.sgi.com/projects/audiofile/download/ \ - ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/audiofile/0.2 + GNOME DISTNAME= audiofile-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 50cc486470de..bf70dfe52fbc 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -10,8 +10,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.11.6 PORTREVISION= 3 CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11 +MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= marcus@FreeBSD.org diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index c3d9130320e4..190b97cd25bf 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -10,8 +10,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.10.1 PORTREVISION= 11 CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 +MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= marcus@FreeBSD.org |