diff options
author | rodent <rodent@pkgsrc.org> | 2014-05-04 04:29:20 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-05-04 04:29:20 +0000 |
commit | 36f8e118fc6a999957e812719f213ae14f0724b9 (patch) | |
tree | 701f92ba932c5c673846d02c54a190f5d3d98e13 /audio/alsa-utils | |
parent | bf4b452f3f8226cce09303cdf68c453daa01afbc (diff) | |
download | pkgsrc-36f8e118fc6a999957e812719f213ae14f0724b9.tar.gz |
Expand MASTER_SITES. Fix HOMEPAGE.
Diffstat (limited to 'audio/alsa-utils')
-rw-r--r-- | audio/alsa-utils/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/alsa-utils/Makefile b/audio/alsa-utils/Makefile index 7a641e9845e..90ecbd721b2 100644 --- a/audio/alsa-utils/Makefile +++ b/audio/alsa-utils/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.10 2012/09/11 23:59:23 asau Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/04 04:29:20 rodent Exp $ # DISTNAME= alsa-utils-1.0.22 CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/utils/ +MASTER_SITES+= ftp://gd.tuwien.ac.at/opsys/linux/alsa/utils/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= ftp://ftp.alsa-project.org/pub/utils/ -COMMENT= Advanced Linux Sound Architecture (ALSA) utilities +HOMEPAGE= http://www.alsa-project.org/ +COMMENT= Advanced Linux Sound Architecture (ALSA) CLI utilities GNU_CONFIGURE= yes USE_TOOLS= pkg-config gmake bash:run |