diff options
author | fenner <fenner@FreeBSD.org> | 2005-07-18 23:22:00 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-07-18 23:22:00 +0800 |
commit | 45bf80fb22d19ab367b42b624a393db065c2c824 (patch) | |
tree | 9321a2a796ab91ef9e9e311ee253f35cf913d873 /audio | |
parent | 670a6520b81266a1c628f8970ff4e91e6fc08cd3 (diff) | |
download | freebsd-ports-gnome-45bf80fb22d19ab367b42b624a393db065c2c824.tar.gz freebsd-ports-gnome-45bf80fb22d19ab367b42b624a393db065c2c824.tar.zst freebsd-ports-gnome-45bf80fb22d19ab367b42b624a393db065c2c824.zip |
Move to MASTER_SITE_LOCAL .
Diffstat (limited to 'audio')
-rw-r--r-- | audio/snowstar/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/snowstar/Makefile b/audio/snowstar/Makefile index f6b3d6041ae6..2a2cc7ae9bf1 100644 --- a/audio/snowstar/Makefile +++ b/audio/snowstar/Makefile @@ -7,11 +7,12 @@ PORTNAME= snowstar PORTVERSION= 0.75.5 CATEGORIES= audio -MASTER_SITES= http://www.daft.com/~armadilo/projects/snowstar/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= fenner EXTRACT_SUFX= .tar MAINTAINER= fenner@FreeBSD.Org -COMMENT= A GUI interface to copy files to/from the Diamond Rio +COMMENT= A GUI interface to copy files to/from the Diamond Rio PM300 RUN_DEPENDS= rio:${PORTSDIR}/audio/rio \ wish8.2:${PORTSDIR}/x11-toolkits/tk82 |