diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-23 01:33:30 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-23 01:33:30 +0800 |
commit | 78a594a5a0513c66b510d9f559647ddf9bb22f1d (patch) | |
tree | ea2a545f23fc2bf5847ed2d9a922f3aa5a63e273 /audio/maplay | |
parent | c624ce791b38ff6535f4751ca1931c38d529ff81 (diff) | |
download | freebsd-ports-gnome-78a594a5a0513c66b510d9f559647ddf9bb22f1d.tar.gz freebsd-ports-gnome-78a594a5a0513c66b510d9f559647ddf9bb22f1d.tar.zst freebsd-ports-gnome-78a594a5a0513c66b510d9f559647ddf9bb22f1d.zip |
fix distfile unfetchable problem
PR: 27525
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
Diffstat (limited to 'audio/maplay')
-rw-r--r-- | audio/maplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index 763dbe6a72b0..044aea2a745c 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -8,8 +8,8 @@ PORTNAME= maplay PORTVERSION= 1.2 CATEGORIES= audio -MASTER_SITES= http://www.iuma.com/IUMA/ftp/audio_utils/mpeg_players/Workstations/ -DISTNAME= maplay1_2 +MASTER_SITES= ftp://ftp.tnt.uni-hannover.de/pub/MPEG/audio/other-servers/Maplay-Mirror/ +DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org |