diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2003-02-08 04:58:46 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2003-02-08 04:58:46 +0000 |
commit | faf2627e8535b127f620c90f35363e48d75fa56e (patch) | |
tree | 77a3f5d4303551f08b7c2f033228835826a429a1 /irc/dcc | |
parent | Update of fluxconf to 0.9.0. fluxconf can use GTK 1.2 or 2.0. (diff) |
Do not use %SUBDIR% in MASTER_SITES, since it will not be
inherited to PATCH_SITES in this case.
Notes
Notes:
svn path=/head/; revision=75088
Diffstat (limited to 'irc/dcc')
-rw-r--r-- | irc/dcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/dcc/Makefile b/irc/dcc/Makefile index afd26084decd..26bc99852201 100644 --- a/irc/dcc/Makefile +++ b/irc/dcc/Makefile @@ -9,8 +9,8 @@ PORTNAME= dcc PORTVERSION= 2.5.6 PORTREVISION= 1 CATEGORIES= irc -MASTER_SITES= ftp://ftp.fan.gr.jp/pub/elisp/irchat-pj/2.5/%SUBDIR%/ -MASTER_SITE_SUBDIR= . OLD +MASTER_SITES= ftp://ftp.fan.gr.jp/pub/elisp/irchat-pj/2.5/ \ + ftp://ftp.fan.gr.jp/pub/elisp/irchat-pj/2.5/OLD/ DISTNAME= irchat-pj-${PORTVERSION}p PATCH_SITES= ${MASTER_SITES} |