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 | 6f9bd5654747645052bd3989f6b79f97adf11e75 (patch) | |
tree | 19e5a2e24d4912efc10140770738aa54182c94ee /audio/oggasm | |
parent | 5f7aafea6e58ed55cd612605228fd35c5cee006a (diff) | |
download | pkgsrc-6f9bd5654747645052bd3989f6b79f97adf11e75.tar.gz |
Update MASTER_SITES and HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'audio/oggasm')
-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 |