diff options
author | laszlof <laszlof@FreeBSD.org> | 2007-08-15 12:05:53 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2007-08-15 12:05:53 +0800 |
commit | 045e6a48befd911347c84d799e62a2d0e3d740b0 (patch) | |
tree | 9a0881b3e9baa5bc54f005a2d3be54e1ae4b856d /irc/nefarious | |
parent | c846343ec1c7f8c0ad6e7ff22ffb9bcb308ee392 (diff) | |
download | freebsd-ports-gnome-045e6a48befd911347c84d799e62a2d0e3d740b0.tar.gz freebsd-ports-gnome-045e6a48befd911347c84d799e62a2d0e3d740b0.tar.zst freebsd-ports-gnome-045e6a48befd911347c84d799e62a2d0e3d740b0.zip |
-utilize MANPREFIX and INFO_PATH
-update website to point to actual project site
Reported By: Andrew Pantyukhin <sat@FreeBSD.org>
Diffstat (limited to 'irc/nefarious')
-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/ |