diff options
-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 |