diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-18 20:19:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-18 20:19:42 +0000 |
commit | 438127bb3f29871ceb2b4ca1e1760eff4a4c8616 (patch) | |
tree | 9a8836f9b02e8590f8f7af158bdbb39291651c1a /audio/kmp/Makefile | |
parent | 48e71d5e17b1c314983df1331aa1a3ed1ce77205 (diff) | |
download | pkgsrc-438127bb3f29871ceb2b4ca1e1760eff4a4c8616.tar.gz |
Fix MASTER_SITES, comment out old HOMMEPAGE.
Diffstat (limited to 'audio/kmp/Makefile')
-rw-r--r-- | audio/kmp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/kmp/Makefile b/audio/kmp/Makefile index 1a6afd19859..da1aade71d5 100644 --- a/audio/kmp/Makefile +++ b/audio/kmp/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.6 2005/10/16 15:19:46 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2005/11/18 20:19:42 wiz Exp $ DISTNAME= kmp-0.01 PKGREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://www.threadbox.net/code/files/kmp/ +MASTER_SITES= http://mercury.chem.pitt.edu/~shank/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkg@burningsoda.com -HOMEPAGE= http://www.threadbox.net/index.php/code/kmp/ +#HOMEPAGE= http://www.threadbox.net/index.php/code/kmp/ COMMENT= Qt client for the Music Player Daemon USE_LANGUAGES= c++ |