diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-22 17:33:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-22 17:33:30 +0000 |
commit | 36b3ec0f0d47523b7f08895eb6979a82377817de (patch) | |
tree | 638fc8c34706c6f354480828ba01fea52f4b9dde | |
parent | Update to 1.8. (diff) |
fix distfile unfetchable problem
PR: 27525
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
Notes
Notes:
svn path=/head/; revision=42931
-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 |