diff options
author | pav <pav@FreeBSD.org> | 2004-11-07 18:56:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-07 18:56:22 +0800 |
commit | e0371888b15c1241bd12d71b8ce0b10625462365 (patch) | |
tree | c7ebeecf93ef01fc76d8a396047c642010bcdc9f /irc/riece-emacs21/Makefile | |
parent | e8b5cfa95c92fb4e05f79f632dda200374726758 (diff) | |
download | freebsd-ports-gnome-e0371888b15c1241bd12d71b8ce0b10625462365.tar.gz freebsd-ports-gnome-e0371888b15c1241bd12d71b8ce0b10625462365.tar.zst freebsd-ports-gnome-e0371888b15c1241bd12d71b8ce0b10625462365.zip |
- Update to 1.0.5
PR: ports/73637
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
Diffstat (limited to 'irc/riece-emacs21/Makefile')
-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} |