diff options
-rw-r--r-- | audio/tosha/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile index b923578ed2a8..4b9f5618bc34 100644 --- a/audio/tosha/Makefile +++ b/audio/tosha/Makefile @@ -9,9 +9,10 @@ PORTNAME= tosha PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= markp -MAINTAINER= oliver.fromme@heim3.tu-clausthal.de +MAINTAINER= ports@FreeBSD.org MAN1= pcmfade.1 pcmplay.1 tosha.1 MANCOMPRESSED= yes |