diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-04 20:44:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-04 20:44:18 +0000 |
commit | e92f2ca355e7d558f2d0c1036e16d0e8228a84c5 (patch) | |
tree | 19e5a2e24d4912efc10140770738aa54182c94ee /audio/oggasm/Makefile | |
parent | 4ff87582282a378df1dbbad1f41085bab4dc076e (diff) | |
download | pkgsrc-e92f2ca355e7d558f2d0c1036e16d0e8228a84c5.tar.gz |
Update MASTER_SITES and HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'audio/oggasm/Makefile')
-rw-r--r-- | audio/oggasm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/oggasm/Makefile b/audio/oggasm/Makefile index 818a0cdf48f..9be0de4c971 100644 --- a/audio/oggasm/Makefile +++ b/audio/oggasm/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:08:13 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/10/04 20:44:19 wiz Exp $ # DISTNAME= oggasm_1.4.0 PKGNAME= ${DISTNAME:S/_/-/} PKGREVISION= 3 CATEGORIES= audio -MASTER_SITES= http://oggasm.sourceforge.net/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= rxg@NetBSD.org -HOMEPAGE= http://oggasm.sourceforge.net/ +# HOMEPAGE= http://oggasm.sourceforge.net/ +# but see http://us.geocities.com/pvachusk/programs/index.html COMMENT= Perform batch conversion of mp3s into oggs DEPENDS+= mpg123>=0.59.18:../../audio/mpg123 |