summaryrefslogtreecommitdiff
path: root/irc/riece/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-05-30 06:42:57 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-05-30 06:42:57 +0000
commit76e9241c75d16ca031c1b80a02d42458ff18efba (patch)
tree5d4c52e4ab45ff250a4858230e30a558b14f705b /irc/riece/Makefile
parent- Cleanup up plist to use macros (diff)
- update to 3.0.0
PR: ports/98071 Submitted by: maintainer (KIMURA Yasuhiro)
Notes
Notes: svn path=/head/; revision=163937
Diffstat (limited to 'irc/riece/Makefile')
-rw-r--r--irc/riece/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/riece/Makefile b/irc/riece/Makefile
index 2e698784f796..419bc812cb39 100644
--- a/irc/riece/Makefile
+++ b/irc/riece/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= riece
-PORTVERSION= 2.0.2
+PORTVERSION= 3.0.0
PORTEPOCH= 1
CATEGORIES= irc elisp
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
@@ -18,7 +18,8 @@ COMMENT= IRC client for Emacs
USE_EMACS= yes
EMACS_PORT_NAME?= emacs21
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
+CONFIGURE_ARGS= --infodir=${PREFIX}/${INFO_PATH} \
+ --with-emacs=${EMACS_CMD} \
--with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
USE_GMAKE= yes
USE_RUBY= yes