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 | 811fa2a1d47a88989f89a99fcca953d139246f93 (patch) | |
tree | 9a8836f9b02e8590f8f7af158bdbb39291651c1a /audio/kmp | |
parent | 370e213cce281bc51c6e665e3b30645647f34141 (diff) | |
download | pkgsrc-811fa2a1d47a88989f89a99fcca953d139246f93.tar.gz |
Fix MASTER_SITES, comment out old HOMMEPAGE.
Diffstat (limited to 'audio/kmp')
-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++ |