diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/nefarious/Makefile | 2 | ||||
-rw-r--r-- | irc/nefarious/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/nefarious/Makefile b/irc/nefarious/Makefile index 8813670a349a..70d8fd0ca4fa 100644 --- a/irc/nefarious/Makefile +++ b/irc/nefarious/Makefile @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --with-chroot=${INSTALL_PREFIX} CONFIGURE_ARGS+= --with-domain=${DOMAIN} .endif -CONFIGURE_ARGS+= --prefix=${INSTALL_PREFIX} --mandir=${PREFIX}/man --infodir=${PREFIX}/info +CONFIGURE_ARGS+= --prefix=${INSTALL_PREFIX} --mandir=${MANPREFIX}/man --infodir=${PREFIX}/${INFO_PATH} pre-configure: @${ECHO_CMD} "" diff --git a/irc/nefarious/pkg-descr b/irc/nefarious/pkg-descr index dcf51a49367f..0b9ae7545cb8 100644 --- a/irc/nefarious/pkg-descr +++ b/irc/nefarious/pkg-descr @@ -3,4 +3,4 @@ daemon known as IRCu. This version is based on Undernet IRCu by the Undernet Coder Committee. The original code can be obtained from their webpage, http://coder-com.undernet.org/ -WWW: http://www.sourceforge.net/projects/evilnet +WWW: http://evilnet.sourceforge.net/ |