diff options
author | will <will@FreeBSD.org> | 2001-01-27 14:12:50 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-27 14:12:50 +0800 |
commit | 929b03dbb5e0a49b1d68769f11301f76bdd5544d (patch) | |
tree | 375d34622037aa44551f0d2309a138034f08a2d7 /audio/sidplay/Makefile | |
parent | 078ea868d2c8b12b90a76048d8f9039e622e8dfd (diff) | |
download | freebsd-ports-graphics-929b03dbb5e0a49b1d68769f11301f76bdd5544d.tar.gz freebsd-ports-graphics-929b03dbb5e0a49b1d68769f11301f76bdd5544d.tar.zst freebsd-ports-graphics-929b03dbb5e0a49b1d68769f11301f76bdd5544d.zip |
Fix fennerage; host distfile on MASTER_SITE_LOCAL since ftpsearch.ntnu.no
shows no current master sites.
Diffstat (limited to 'audio/sidplay/Makefile')
-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 20300158d96..abcc9a59f7e 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 |