diff options
author | zuntum <zuntum@pkgsrc.org> | 2002-04-28 22:31:20 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2002-04-28 22:31:20 +0000 |
commit | 59740f72e58229f6cf253587ff17d9a58adfa53f (patch) | |
tree | eba19597358c45ff0e621490c253a1194d47f69b /audio/mp3asm/Makefile | |
parent | 76c0865a3fc06cb3abf98c195452e11fbbfbb614 (diff) | |
download | pkgsrc-59740f72e58229f6cf253587ff17d9a58adfa53f.tar.gz |
Use .tar.bz2 distfile as it's smaller
Diffstat (limited to 'audio/mp3asm/Makefile')
-rw-r--r-- | audio/mp3asm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3asm/Makefile b/audio/mp3asm/Makefile index 062b65760ef..84d4ecbda89 100644 --- a/audio/mp3asm/Makefile +++ b/audio/mp3asm/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2002/04/28 16:54:04 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2002/04/28 22:31:20 zuntum Exp $ # DISTNAME= mp3asm-0.1.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3asm/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= rxg@netbsd.org HOMEPAGE= http://mp3asm.sourceforge.net/ |