diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-03 11:04:59 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-03 11:04:59 +0000 |
commit | 628a3aafebd1c34aceb4ee2a5c76e34e26a8a16d (patch) | |
tree | bc82b4f5fa75abb7ed58df361f5f61550267bd3b /audio/streamtuner-python | |
parent | 3218135cb5cd35f287be7ae024776637e1bf714f (diff) | |
download | FreeBSD-ports-628a3aafebd1c34aceb4ee2a5c76e34e26a8a16d.zip FreeBSD-ports-628a3aafebd1c34aceb4ee2a5c76e34e26a8a16d.tar.gz |
Chase up new MASTER_SITE_SAVANNAH.
PR: ports/56970
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Diffstat (limited to 'audio/streamtuner-python')
-rw-r--r-- | audio/streamtuner-python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/streamtuner-python/Makefile b/audio/streamtuner-python/Makefile index 4408124..640022b 100644 --- a/audio/streamtuner-python/Makefile +++ b/audio/streamtuner-python/Makefile @@ -8,7 +8,8 @@ PORTNAME= python PORTVERSION= 0.0.2 CATEGORIES= audio www -MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/streamtuner-python.pkg/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= streamtuner/${PKGNAMEPREFIX}${PORTNAME}.pkg/${PORTVERSION} PKGNAMEPREFIX= streamtuner- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} |