diff options
author | yoichi <yoichi@FreeBSD.org> | 2003-02-08 12:58:46 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2003-02-08 12:58:46 +0800 |
commit | 1fd574cb9715ad397dc0e1a967f6d67b2eb25333 (patch) | |
tree | e9e18478a92370285844ae8be403edf24c051f00 /irc/irchat-pj-emacs20/Makefile | |
parent | 481ecea50201a9bf1615df8fc879d39a2579fc23 (diff) | |
download | freebsd-ports-gnome-1fd574cb9715ad397dc0e1a967f6d67b2eb25333.tar.gz freebsd-ports-gnome-1fd574cb9715ad397dc0e1a967f6d67b2eb25333.tar.zst freebsd-ports-gnome-1fd574cb9715ad397dc0e1a967f6d67b2eb25333.zip |
Do not use %SUBDIR% in MASTER_SITES, since it will not be
inherited to PATCH_SITES in this case.
Diffstat (limited to 'irc/irchat-pj-emacs20/Makefile')
-rw-r--r-- | irc/irchat-pj-emacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |