diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-04 07:25:39 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-04 07:25:39 +0000 |
commit | 951e685aae68accf9e28c6f05f4e61d9a014ed46 (patch) | |
tree | 74834bcba0c3ba91991f207b5e65984c24fc692f /irc/riece-emacs21/Makefile | |
parent | Update to 1.12 (diff) |
Update to 2.0.0
PR: ports/85679
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
Diffstat (limited to '')
-rw-r--r-- | irc/riece-emacs21/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
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 <bsd.port.mk> |