diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-08 00:35:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-08 00:35:02 +0000 |
commit | 3770154c87425e1e41af035f4586431bf17a67a1 (patch) | |
tree | 295b6b329d8d550db93ab866f43202494d931b02 | |
parent | 6c54e0160684fc99510ed1f9639fe0d47010636c (diff) |
Notes
-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 |