From 951e685aae68accf9e28c6f05f4e61d9a014ed46 Mon Sep 17 00:00:00 2001 From: Sam Lawrance Date: Sun, 4 Sep 2005 07:25:39 +0000 Subject: Update to 2.0.0 PR: ports/85679 Submitted by: KIMURA Yasuhiro (maintainer) --- irc/riece-emacs21/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'irc/riece-emacs21/Makefile') diff --git a/irc/riece-emacs21/Makefile b/irc/riece-emacs21/Makefile index d2c8cf4642f3..9d623c420a1d 100644 --- a/irc/riece-emacs21/Makefile +++ b/irc/riece-emacs21/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= riece -PORTVERSION= 1.0.8 +PORTVERSION= 2.0.0 PORTEPOCH= 1 CATEGORIES= irc elisp MASTER_SITES= ${MASTER_SITE_SAVANNAH} @@ -20,10 +20,18 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} USE_GMAKE= yes +USE_RUBY= yes +RUBY_VER= 1.8 INFO= riece-en riece-ja post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in AUTHORS ChangeLog NEWS NEWS.ja README README.ja doc/HACKING doc/HACKING.ja + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif @${CAT} ${PKGMESSAGE} .include -- cgit v1.2.3