diff options
author | knu <knu@FreeBSD.org> | 2002-11-26 01:46:04 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-11-26 01:46:04 +0800 |
commit | abb6691946941da3cfb7fad59c744d02d840b64a (patch) | |
tree | 624bf5253e478b8a4a27742fdcb0c454eaf45304 /audio | |
parent | 10172c3d6316b74a49957b692dc9f50cd0ea1387 (diff) | |
download | freebsd-ports-gnome-abb6691946941da3cfb7fad59c744d02d840b64a.tar.gz freebsd-ports-gnome-abb6691946941da3cfb7fad59c744d02d840b64a.tar.zst freebsd-ports-gnome-abb6691946941da3cfb7fad59c744d02d840b64a.zip |
Fix stupid misuse of %SUBDIR% and unbreak make fetch.
Submitted by: fenner's portsurvey
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ruby-audiofile/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/ruby-audiofile/Makefile b/audio/ruby-audiofile/Makefile index 9a14f61a37ae..1b6e036a56a8 100644 --- a/audio/ruby-audiofile/Makefile +++ b/audio/ruby-audiofile/Makefile @@ -8,9 +8,8 @@ PORTNAME= audiofile PORTVERSION= 0.2.1 CATEGORIES= audio ruby -MASTER_SITES= http://%SUBDIR%.sourceforge.net/download/ +MASTER_SITES= http://ruby-${PORTNAME}.sourceforge.net/download/ #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ruby-${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CDDB_DISTNAME}${EXTRACT_SUFX} |