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 /audio/maplay | |
parent | 070526d0736ae4f84d2f33c9b3ff251900357e55 (diff) | |
download | ports-36b3ec0f0d47523b7f08895eb6979a82377817de.tar.gz ports-36b3ec0f0d47523b7f08895eb6979a82377817de.zip |
Notes
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 |