diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-25 17:46:04 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-25 17:46:04 +0000 |
commit | 4a65d9f118fc00ac09e3c00553bc848191d907a3 (patch) | |
tree | 0f63d205ad5b39ba58337c66cfb0a8c2c53a0254 /audio | |
parent | Fix build on -CURRENT and honor CC. (diff) |
Fix stupid misuse of %SUBDIR% and unbreak make fetch.
Submitted by: fenner's portsurvey
Notes
Notes:
svn path=/head/; revision=71084
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} |