diff options
author | pav <pav@FreeBSD.org> | 2004-01-08 00:35:02 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-08 00:35:02 +0000 |
commit | 126b3fc6fc40625162d7dffabbf64deeb047dfd2 (patch) | |
tree | 9193d0c256e7eea1bc9a31b4cf09519e2632dbc9 /audio | |
parent | 75722e1b4bc4016fa983de4034db0e0294418f91 (diff) | |
download | FreeBSD-ports-126b3fc6fc40625162d7dffabbf64deeb047dfd2.zip FreeBSD-ports-126b3fc6fc40625162d7dffabbf64deeb047dfd2.tar.gz |
- Put distfile on MASTER_SITE_LOCAL until MASTER_SITE_SAVANNAH gets back up
PR: ports/61049
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/squash/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/squash/Makefile b/audio/squash/Makefile index 283515b..856768b 100644 --- a/audio/squash/Makefile +++ b/audio/squash/Makefile @@ -8,9 +8,12 @@ PORTNAME= squash PORTVERSION= 1.0.p1 PORTREVISION= 3 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= squash +MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= ${PORTNAME} \ + pav/:local DISTNAME= squash-1.0pre1 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,local MAINTAINER= matthias.andree@gmx.de COMMENT= Learning console-based MP3/OGG player |