pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/smirk Fix ${MASTER_SITES} and ${HOMEPAGE}.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f69420c199f
branches:  trunk
changeset: 541379:2f69420c199f
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Mon Apr 21 15:09:07 2008 +0000

description:
Fix ${MASTER_SITES} and ${HOMEPAGE}.

diffstat:

 chat/smirk/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 9714670770bc -r 2f69420c199f chat/smirk/Makefile
--- a/chat/smirk/Makefile       Mon Apr 21 15:01:22 2008 +0000
+++ b/chat/smirk/Makefile       Mon Apr 21 15:09:07 2008 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2008/01/12 06:57:32 bjs Exp $
+# $NetBSD: Makefile,v 1.3 2008/04/21 15:09:07 bjs Exp $
 #
 
 DISTNAME=      smirk-20080111
 CATEGORIES=    chat
-MASTER_SITES=  http://ftp.NetBSD.org/pub/NetBSD/misc/bjs/distfiles/
+MASTER_SITES=  ${MASTER_SITE_LOCAL}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    bjs%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_LOCAL}
+HOMEPAGE=      http://smirk.googlecode.com/
 COMMENT=       Revival of the curses-based Rhapsody IRC client
 
 PKG_DESTDIR_SUPPORT=   user-destdir



Home | Main Index | Thread Index | Old Index