diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-27 06:12:50 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-27 06:12:50 +0000 |
commit | 2d06d8f79e81ad27489213a2d8c92889fefe3c14 (patch) | |
tree | 914418ff04f185112c1ccb68ba11029141c17a7e | |
parent | Fix broken site link. (diff) |
Fix fennerage; host distfile on MASTER_SITE_LOCAL since ftpsearch.ntnu.no
shows no current master sites.
Notes
Notes:
svn path=/head/; revision=37632
-rw-r--r-- | audio/sidplay/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile index 20300158d96d..abcc9a59f7e4 100644 --- a/audio/sidplay/Makefile +++ b/audio/sidplay/Makefile @@ -8,7 +8,8 @@ PORTNAME= sidplay PORTVERSION= 1.0.4 CATEGORIES= audio emulators -MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= will DISTNAME= ${PORTNAME}-base-${PORTVERSION:S/./_/g} EXTRACT_SUFX= .tgz |