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 | |
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.
-rw-r--r-- | irc/dcc/Makefile | 4 | ||||
-rw-r--r-- | irc/irchat-pj-emacs20/Makefile | 4 | ||||
-rw-r--r-- | irc/pure-emacs20/Makefile | 4 |
3 files changed, 6 insertions, 6 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} 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 diff --git a/irc/pure-emacs20/Makefile b/irc/pure-emacs20/Makefile index d53e9d778420..55c63c95aa37 100644 --- a/irc/pure-emacs20/Makefile +++ b/irc/pure-emacs20/Makefile @@ -9,8 +9,8 @@ PORTNAME= pure PORTVERSION= 0.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= pure-${PORTVERSION}p |