diff options
author | wiz <wiz> | 2005-11-18 20:19:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-11-18 20:19:42 +0000 |
commit | 665ff4ca5447e7f90125463277bb56b36b415033 (patch) | |
tree | 9a8836f9b02e8590f8f7af158bdbb39291651c1a /audio | |
parent | 6a30de14043dcf41b1e26b7c38f74a08d2456f54 (diff) | |
download | pkgsrc-665ff4ca5447e7f90125463277bb56b36b415033.tar.gz |
Fix MASTER_SITES, comment out old HOMMEPAGE.
Diffstat (limited to 'audio')
-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++ |