diff options
author | obache <obache@pkgsrc.org> | 2008-01-19 08:52:10 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-01-19 08:52:10 +0000 |
commit | 7b34892d1de0e423ff122421ff78cd4a491e50ca (patch) | |
tree | 4a4347416f052807b8a64580c1244cf1c34ed793 /chat/irchat-pj/Makefile | |
parent | 8140d4e52fa2e863c45437f221818e6c44b1f759 (diff) | |
download | pkgsrc-7b34892d1de0e423ff122421ff78cd4a491e50ca.tar.gz |
Switch to *.tar.bz2. *.tar.gz is not privided anymore.
Diffstat (limited to 'chat/irchat-pj/Makefile')
-rw-r--r-- | chat/irchat-pj/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/irchat-pj/Makefile b/chat/irchat-pj/Makefile index 4e0b8ac116e..960c9e04f3a 100644 --- a/chat/irchat-pj/Makefile +++ b/chat/irchat-pj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/11/18 10:30:42 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2008/01/19 08:52:10 obache Exp $ DISTNAME= irchat-pj-2.4.24.22 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -6,6 +6,7 @@ PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://his.luky.org/ftp/mirrors/irchat-pj/ \ http://gouketsu.net/irchat-pj/src/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://gouketsu.net/irchat-pj/ |