diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-30 06:42:57 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-30 06:42:57 +0000 |
commit | 76e9241c75d16ca031c1b80a02d42458ff18efba (patch) | |
tree | 5d4c52e4ab45ff250a4858230e30a558b14f705b /irc/riece/Makefile | |
parent | b767487c034ebf1b6e6f406a61b7322437da89dd (diff) | |
download | ports-76e9241c75d16ca031c1b80a02d42458ff18efba.tar.gz ports-76e9241c75d16ca031c1b80a02d42458ff18efba.zip |
Notes
Diffstat (limited to 'irc/riece/Makefile')
-rw-r--r-- | irc/riece/Makefile | 5 |
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 |