diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-12-03 15:12:11 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-12-03 15:12:11 +0000 |
commit | bfba7fe441b02e066208687711a53709749165a0 (patch) | |
tree | 632e344f889814a1490a1c1d8009776f99dcc523 /irc/riece/Makefile | |
parent | 8bce858ae957c25cc78049d8db94067b109897e1 (diff) | |
download | ports-bfba7fe441b02e066208687711a53709749165a0.tar.gz ports-bfba7fe441b02e066208687711a53709749165a0.zip |
Notes
Diffstat (limited to 'irc/riece/Makefile')
-rw-r--r-- | irc/riece/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/irc/riece/Makefile b/irc/riece/Makefile index 56bb39accdbf..9e3d14670186 100644 --- a/irc/riece/Makefile +++ b/irc/riece/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: riece -# Date created: 30 May 2004 -# Whom: KIMURA Yasuhiro <yasu@utahime.org> -# # $FreeBSD$ PORTNAME= riece -PORTVERSION= 8.0.0 -PORTREVISION= 3 +PORTVERSION= 9.0.0 PORTEPOCH= 1 CATEGORIES= irc elisp MASTER_SITES= ${MASTER_SITE_SAVANNAH} @@ -21,13 +16,13 @@ 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 +.include <bsd.port.options.mk> + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for f in AUTHORS ChangeLog NEWS NEWS.ja README README.ja doc/HACKING doc/HACKING.ja ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} |