diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-05 21:19:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-05 21:19:47 +0000 |
commit | 5709ac2df736d8e49ba404d554b4c9d33c9f6055 (patch) | |
tree | b035c1831e7d0d3a304155b35dce545c032e0016 /irc/riece-emacs21/Makefile | |
parent | - NO_PORTDOCS -> NOPORTDOCS (diff) |
- Update to 1.0.7
PR: ports/77143
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
Diffstat (limited to 'irc/riece-emacs21/Makefile')
-rw-r--r-- | irc/riece-emacs21/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/riece-emacs21/Makefile b/irc/riece-emacs21/Makefile index 0a4c35e5bf76..002d0aec8246 100644 --- a/irc/riece-emacs21/Makefile +++ b/irc/riece-emacs21/Makefile @@ -5,13 +5,13 @@ # $FreeBSD$ PORTNAME= riece -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 PORTEPOCH= 1 CATEGORIES= irc elisp -MASTER_SITES= http://wiliki.designflaw.org/riece/ \ - ${MASTER_SITE_SAVANNAH} +MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMESUFFIX= -${EMACS_PORT_NAME} +DISTFILES= ${PORTNAME}-${PORTVERSION}a${EXTRACT_SUFX} MAINTAINER= yasu@utahime.org COMMENT= IRC client for Emacs |