diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-06-26 06:30:37 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-06-26 06:30:37 +0000 |
commit | c0faab0cebae7b80b67653e75678b16ff30248f0 (patch) | |
tree | 034ffe3c513e30908c2c94982028337192f3c639 /audio/tosha | |
parent | e11c81a9acc2b5e36ab2a0bb63c1cd6dc15694e1 (diff) | |
download | ports-c0faab0cebae7b80b67653e75678b16ff30248f0.tar.gz ports-c0faab0cebae7b80b67653e75678b16ff30248f0.zip |
Master sites missing, changed to MASTER_SITE_LOCAL.
Maintainer timeout, changed to ports.
PR: 27533
Notes
Notes:
svn path=/head/; revision=44443
Diffstat (limited to 'audio/tosha')
-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 |