diff options
-rw-r--r-- | irc/irchat-jp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/irc/irchat-jp/Makefile b/irc/irchat-jp/Makefile index 611fab6dd1bf..bdf3926370b4 100644 --- a/irc/irchat-jp/Makefile +++ b/irc/irchat-jp/Makefile @@ -9,9 +9,11 @@ PORTNAME= irchat-jp PORTVERSION= 26.d #PORTREVISION= 0 CATEGORIES= irc elisp -MASTER_SITES= http://www.ircnet.jp/dist/irchat/ +MASTER_SITES= http://www.ircnet.jp/dist/irchat/:master \ + ${MASTER_SITE_LOCAL:S/$/:backup/} +MASTER_SITE_SUBDIR= "":master matusita/${PORTNAME}/:backup DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} -EXTRACT_SUFX= .tgz +DISTFILES= ${DISTNAME}.tgz:master,backup MAINTAINER= matusita@FreeBSD.org COMMENT= IRC client for Emacs, derived from irchat |