aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-07-23 09:36:51 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-07-23 09:36:51 +0000
commitf935a609c53c5c6031e6848db95c7debed127e27 (patch)
tree4c3cf6af6588247c0dd3f92f9601357c33c56217 /irc
parent703b5eb18b542fec0e78704ada72142cd2b33175 (diff)
downloadports-f935a609c53c5c6031e6848db95c7debed127e27.tar.gz
ports-f935a609c53c5c6031e6848db95c7debed127e27.zip
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
Notes
Notes: svn path=/head/; revision=196111
Diffstat (limited to 'irc')
-rw-r--r--irc/bitlbee-otr/Makefile2
-rw-r--r--irc/bitlbee/Makefile2
-rw-r--r--irc/ircd-hybrid/Makefile1
-rw-r--r--irc/kvirc-devel/Makefile1
-rw-r--r--irc/kvirc/Makefile1
-rw-r--r--irc/miau/Makefile4
-rw-r--r--irc/riece-emacs21/Makefile3
-rw-r--r--irc/riece/Makefile3
8 files changed, 5 insertions, 12 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile
index b2789ba4a123..10bb7dd471d3 100644
--- a/irc/bitlbee-otr/Makefile
+++ b/irc/bitlbee-otr/Makefile
@@ -33,7 +33,7 @@ OPTIONS= MSN "Enable MSN protocol support" On \
OPENSSL "Use openssl rather than gnutls" Off \
IPV6 "Compile IPV6 support" On
-CONFIGURE_ARGS= --mandir=${PREFIX}/man --config=${PREFIX}/etc/bitlbee
+CONFIGURE_ARGS= --config=${PREFIX}/etc/bitlbee
.include <bsd.port.pre.mk>
diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile
index b2789ba4a123..10bb7dd471d3 100644
--- a/irc/bitlbee/Makefile
+++ b/irc/bitlbee/Makefile
@@ -33,7 +33,7 @@ OPTIONS= MSN "Enable MSN protocol support" On \
OPENSSL "Use openssl rather than gnutls" Off \
IPV6 "Compile IPV6 support" On
-CONFIGURE_ARGS= --mandir=${PREFIX}/man --config=${PREFIX}/etc/bitlbee
+CONFIGURE_ARGS= --config=${PREFIX}/etc/bitlbee
.include <bsd.port.pre.mk>
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile
index 6313591d3768..6e9d4c385339 100644
--- a/irc/ircd-hybrid/Makefile
+++ b/irc/ircd-hybrid/Makefile
@@ -75,7 +75,6 @@ CONFIGURE_ARGS+= --with-maxclients=${MAXCLIENTS}
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/ircd-hybrid \
--moduledir=${PREFIX}/share/${PORTNAME}-${PORTVERSION}/modules \
--automoduledir=${PREFIX}/share/${PORTNAME}-${PORTVERSION}/modules/autoload \
- --mandir=${MANPREFIX}/man \
--uhelpdir=${PREFIX}/share/${PORTNAME}-${PORTVERSION}/help/users \
--ohelpdir=${PREFIX}/share/${PORTNAME}-${PORTVERSION}/help/opers \
--messagedir=${PREFIX}/share/${PORTNAME}-${PORTVERSION}/messages \
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile
index d96741795a28..a4a79defe805 100644
--- a/irc/kvirc-devel/Makefile
+++ b/irc/kvirc-devel/Makefile
@@ -23,7 +23,6 @@ USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GMAKE= yes
CONFIGURE_TARGET=
-CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CONFIGURE_ENV= QTDIR="${X11BASE}"
PLIST_SUB= VER=${PORTVERSION}
CONFLICTS= kvirc-3.2.0*
diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile
index e1c9cc367a06..b2ce43cc17a3 100644
--- a/irc/kvirc/Makefile
+++ b/irc/kvirc/Makefile
@@ -24,7 +24,6 @@ USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GMAKE= yes
CONFIGURE_TARGET=
-CONFIGURE_ARGS+= --mandir=${PREFIX}/man
PLIST_SUB= VER=${PORTVERSION}
MAN1= kvirc.1
diff --git a/irc/miau/Makefile b/irc/miau/Makefile
index cae5ea0b7750..4992fb2521e7 100644
--- a/irc/miau/Makefile
+++ b/irc/miau/Makefile
@@ -32,9 +32,7 @@ CONFIGURE_ARGS= --enable-dccbounce \
--enable-onconnect \
--enable-empty-awaymsg \
--enable-dumpstatus \
- --disable-dependency-tracking \
- --infodir=${PREFIX}/info \
- --mandir=${PREFIX}/man
+ --disable-dependency-tracking
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS}" \
diff --git a/irc/riece-emacs21/Makefile b/irc/riece-emacs21/Makefile
index cd32ebf8e891..462bf4cbd979 100644
--- a/irc/riece-emacs21/Makefile
+++ b/irc/riece-emacs21/Makefile
@@ -18,8 +18,7 @@ COMMENT= IRC client for Emacs
USE_EMACS= yes
EMACS_PORT_NAME?= emacs21
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --infodir=${PREFIX}/${INFO_PATH} \
- --with-emacs=${EMACS_CMD} \
+CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
--with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
USE_GMAKE= yes
USE_RUBY= yes
diff --git a/irc/riece/Makefile b/irc/riece/Makefile
index cd32ebf8e891..462bf4cbd979 100644
--- a/irc/riece/Makefile
+++ b/irc/riece/Makefile
@@ -18,8 +18,7 @@ COMMENT= IRC client for Emacs
USE_EMACS= yes
EMACS_PORT_NAME?= emacs21
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --infodir=${PREFIX}/${INFO_PATH} \
- --with-emacs=${EMACS_CMD} \
+CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
--with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
USE_GMAKE= yes
USE_RUBY= yes