diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-08-31 21:15:21 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-08-31 21:15:21 +0000 |
commit | 81a99e0f65f7c77a638cc9740ec1843e5f241884 (patch) | |
tree | 82fe85b5a46697778de5e5c21e2374fb90aedb87 /audio | |
parent | Workaround for FreeBSD > 4.2 (diff) |
Update MASTER_SITES
Notes
Notes:
svn path=/head/; revision=47245
Diffstat (limited to 'audio')
-rw-r--r-- | audio/replay/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/replay/Makefile b/audio/replay/Makefile index ef924e84c31e..775c24392991 100644 --- a/audio/replay/Makefile +++ b/audio/replay/Makefile @@ -8,9 +8,8 @@ PORTNAME= replay PORTVERSION= 0.61 CATEGORIES= audio -MASTER_SITES= http://replay.replicant.nu/files/ \ - ftp://ftp.icemark.ch/pub/replay/ \ - ftp://k2.lund.se/pub/replay/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= X11/gtkbuffet/apps/replay DISTNAME= ${PORTNAME}-source-dgtk_${PORTVERSION} MAINTAINER= nakai@FreeBSD.org |