diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-14 13:21:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-14 13:21:38 +0000 |
commit | a9f22cd5841fc7f59c12a2717351ba54b6383335 (patch) | |
tree | 678eb1267f83cca661645841d57f08cb4fa522c0 /audio/aumix | |
parent | Downgrade the sml-nj port to the current `release' version v110.0.6. The (diff) |
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
Notes
Notes:
svn path=/head/; revision=29595
Diffstat (limited to 'audio/aumix')
-rw-r--r-- | audio/aumix/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index 7ff01c7c71ee..4fa519ccacad 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -8,12 +8,10 @@ PORTNAME= aumix PORTVERSION= 2.6 CATEGORIES= audio -MASTER_SITES= http://jpj.net/~trevor/aumix/ \ - http://download.sourceforge.net/aumix/ \ - http://jpj.net/~trevor/aumix/old/ \ - ftp://aumix.sourceforge.net/pub/aumix/stable/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/sound/mixers +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://jpj.net/~trevor/aumix/ \ + http://jpj.net/~trevor/aumix/old/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= cpiazza@FreeBSD.org |