diff options
author | zafer <zafer@pkgsrc.org> | 2009-08-15 23:27:19 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2009-08-15 23:27:19 +0000 |
commit | d2f817fb0c278067081d193a31f0e7150ae3827c (patch) | |
tree | dab6fe20549eeb9b55929414c37b2fc229e568e3 /audio | |
parent | 06bc82a5dc0ddf11fecf0d0977ff7f90f4df1cd7 (diff) | |
download | pkgsrc-d2f817fb0c278067081d193a31f0e7150ae3827c.tar.gz |
update master site. while here add license.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aumix/Makefile.common | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/aumix/Makefile.common b/audio/aumix/Makefile.common index 289e2ffdec6..baaf9890a92 100644 --- a/audio/aumix/Makefile.common +++ b/audio/aumix/Makefile.common @@ -1,17 +1,16 @@ -# $NetBSD: Makefile.common,v 1.4 2008/06/12 02:14:13 joerg Exp $ +# $NetBSD: Makefile.common,v 1.5 2009/08/15 23:27:19 zafer Exp $ DISTNAME= aumix-2.8 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aumix/} \ http://jpj.net/~trevor/aumix/ \ - ${MASTER_SITE_SUNSITE:=apps/sound/mixers/} \ - ftp://aumix.sourceforge.net/pub/aumix/stable/ \ - http://jpj.net/~trevor/aumix/old/ + ${MASTER_SITE_SUNSITE:=apps/sound/mixers/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= trevor@jpj.net HOMEPAGE= http://jpj.net/~trevor/aumix.html COMMENT= Set mix levels +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |