diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-07 10:56:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-07 10:56:22 +0000 |
commit | b7751294a7dd2e15264ca068b06c45916f17d3c8 (patch) | |
tree | ee6192b0645aa1890e7c578ea1fb08c622c88914 /irc/riece-emacs21/Makefile | |
parent | - Fix damage on slave ports from recent change in master port (diff) |
- Update to 1.0.5
PR: ports/73637
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
Diffstat (limited to '')
-rw-r--r-- | irc/riece-emacs21/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/riece-emacs21/Makefile b/irc/riece-emacs21/Makefile index 606c9c0c8923..f1e9aa192820 100644 --- a/irc/riece-emacs21/Makefile +++ b/irc/riece-emacs21/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= riece -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 PORTEPOCH= 1 CATEGORIES= irc elisp MASTER_SITES= http://wiliki.designflaw.org/riece/ @@ -21,7 +20,7 @@ CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} USE_GMAKE= yes -INFO= riece-ja +INFO= riece-en riece-ja post-install: @${CAT} ${PKGMESSAGE} |