diff options
Diffstat (limited to 'audio/squash/Makefile')
-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 283515b45b16..856768bee36a 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 |