diff options
author | bjs <bjs@pkgsrc.org> | 2008-01-12 06:57:32 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-01-12 06:57:32 +0000 |
commit | 964125bb0552d3170bb8625d42f43b7f4b91053b (patch) | |
tree | edda59dca6815a38aa67438fa429dc2eb0f2edbe /chat | |
parent | aed2ea2f16d9efb3454e40ee545e28adc93559d7 (diff) | |
download | pkgsrc-964125bb0552d3170bb8625d42f43b7f4b91053b.tar.gz |
Change MASTER_SITES to ${MASTER_SITE_LOCAL}.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/smirk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/smirk/Makefile b/chat/smirk/Makefile index 65f57c16e94..366bc93bafc 100644 --- a/chat/smirk/Makefile +++ b/chat/smirk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/01/12 05:56:15 bjs Exp $ +# $NetBSD: Makefile,v 1.2 2008/01/12 06:57:32 bjs Exp $ # DISTNAME= smirk-20080111 @@ -7,7 +7,7 @@ MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/bjs/distfiles/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= bjs@NetBSD.org -HOMEPAGE= http://ftp.NetBSD.org/pub/NetBSD/misc/bjs/distfiles/ +HOMEPAGE= ${MASTER_SITE_LOCAL} COMMENT= Revival of the curses-based Rhapsody IRC client PKG_DESTDIR_SUPPORT= user-destdir |