diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-06-24 16:55:41 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-06-24 16:55:41 +0000 |
commit | 6616b96322bb8533c61a7315f5047f866e1cb50a (patch) | |
tree | ba488b844b7ddd22560b1816c2762c21850f9a21 /audio/asmixer | |
parent | 73739ff80026cd2f036290301cf49b3ce42613ef (diff) | |
download | ports-6616b96322bb8533c61a7315f5047f866e1cb50a.tar.gz ports-6616b96322bb8533c61a7315f5047f866e1cb50a.zip |
Remove mastersites that are either not carrying the current version,
or are carrying a tarball that will not checksum.
PR: ports/67017, 67018
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
Approved by: maintainer timeout (4 weeks)
Notes
Notes:
svn path=/head/; revision=112154
Diffstat (limited to 'audio/asmixer')
-rw-r--r-- | audio/asmixer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/asmixer/Makefile b/audio/asmixer/Makefile index 2c70c649af60..cf8450c733a6 100644 --- a/audio/asmixer/Makefile +++ b/audio/asmixer/Makefile @@ -8,9 +8,7 @@ PORTNAME= asmixer PORTVERSION= 0.5 CATEGORIES= audio afterstep -MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \ - http://www.tigr.net/afterstep/download/asmixer/ -MASTER_SITE_SUBDIR= apps/asmixer +MASTER_SITES= http://www.tigr.net/afterstep/download/asmixer/ MAINTAINER= mtm@identd.net COMMENT= A mixer control for X, and specifically the AfterStep Window Manager |