diff --git a/audio/bonk/Makefile b/audio/bonk/Makefile index fcdb8da777e..ab8ed736d18 100644 --- a/audio/bonk/Makefile +++ b/audio/bonk/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2002/11/13 12:40:35 naddy Exp $ +# $OpenBSD: Makefile,v 1.8 2003/09/26 11:35:30 naddy Exp $ COMMENT= "lossy/lossless audio coder" DISTNAME= bonk-0.6 CATEGORIES= audio -HOMEPAGE= http://yoyo.cc.monash.edu.au/~pfh/bonk/ +HOMEPAGE= http://www.logarithmic.net/pfh/Bonk MAINTAINER= Christian Weisgerber @@ -14,7 +14,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= ${HOMEPAGE} +MASTER_SITES= ${HOMEPAGE}/ MODULES= gcc3 MODGCC3_ARCHES= sparc64 diff --git a/audio/bonk/pkg/DESCR b/audio/bonk/pkg/DESCR index a7dc8b2e869..3363d49fd67 100644 --- a/audio/bonk/pkg/DESCR +++ b/audio/bonk/pkg/DESCR @@ -11,5 +11,3 @@ Bonk differs from most existing lossy coders in that it does not use a Fourier transform to analyse the audio. Instead it uses a linear predictor (as used in speech compression) with a very high tap count. - -WWW: ${HOMEPAGE}