diff options
author | bjs <bjs> | 2008-04-21 15:09:07 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-04-21 15:09:07 +0000 |
commit | b4e078b14fd036342df3cd392c3d4968ba7fe432 (patch) | |
tree | 8b93a1841bd3f5ea7a6902fedbfe9f46822938cb /chat/smirk | |
parent | 6aa538b9464e7e6a7056ba5a5cc52ff1cd6729a3 (diff) | |
download | pkgsrc-b4e078b14fd036342df3cd392c3d4968ba7fe432.tar.gz |
Fix ${MASTER_SITES} and ${HOMEPAGE}.
Diffstat (limited to 'chat/smirk')
-rw-r--r-- | chat/smirk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/smirk/Makefile b/chat/smirk/Makefile index 366bc93bafc..4db9ce2dba9 100644 --- a/chat/smirk/Makefile +++ b/chat/smirk/Makefile @@ -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 -HOMEPAGE= ${MASTER_SITE_LOCAL} +HOMEPAGE= http://smirk.googlecode.com/ COMMENT= Revival of the curses-based Rhapsody IRC client PKG_DESTDIR_SUPPORT= user-destdir |