From 1fd574cb9715ad397dc0e1a967f6d67b2eb25333 Mon Sep 17 00:00:00 2001 From: yoichi Date: Sat, 8 Feb 2003 04:58:46 +0000 Subject: Do not use %SUBDIR% in MASTER_SITES, since it will not be inherited to PATCH_SITES in this case. --- irc/irchat-pj-emacs20/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'irc/irchat-pj-emacs20/Makefile') diff --git a/irc/irchat-pj-emacs20/Makefile b/irc/irchat-pj-emacs20/Makefile index fa4764abaead..72eaab3e9a55 100644 --- a/irc/irchat-pj-emacs20/Makefile +++ b/irc/irchat-pj-emacs20/Makefile @@ -9,8 +9,8 @@ PORTNAME= irchat-pj PORTVERSION= 2.5.6 PORTREVISION= 1 CATEGORIES= irc elisp -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/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} DISTNAME= ${PORTNAME}-${PORTVERSION}p -- cgit