diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-17 13:11:27 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-17 13:11:27 +0000 |
commit | ec12252192902d4d5d360ddd0a28df340a278a30 (patch) | |
tree | cc86128e6a6e4414a659d9cfb3e3e848ef103e98 /irc/dcc/Makefile | |
parent | bdda095ecca1e3749e150cbc4a1a15d74a7a4640 (diff) |
Notes
Diffstat (limited to 'irc/dcc/Makefile')
-rw-r--r-- | irc/dcc/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/irc/dcc/Makefile b/irc/dcc/Makefile index 2cc18d1dccbc..4318303540d2 100644 --- a/irc/dcc/Makefile +++ b/irc/dcc/Makefile @@ -6,11 +6,16 @@ # PORTNAME= dcc -PORTVERSION= 2.5.5 +PORTVERSION= 2.5.6 CATEGORIES= irc -MASTER_SITES= ftp://ftp.fan.gr.jp/pub/elisp/irchat-pj/2.5/ +MASTER_SITES= ftp://ftp.fan.gr.jp/pub/elisp/irchat-pj/2.5/%SUBDIR%/ +MASTER_SITE_SUBDIR= . OLD DISTNAME= irchat-pj-${PORTVERSION}p +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= irchat-pj-2.5.6pl1.diff.gz +PATCH_DIST_STRIP= -p1 + MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp ALL_TARGET= dcc |