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/libaudiofile | |
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/libaudiofile')
-rw-r--r-- | audio/libaudiofile/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |