diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-23 09:36:51 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-23 09:36:51 +0000 |
commit | f935a609c53c5c6031e6848db95c7debed127e27 (patch) | |
tree | 4c3cf6af6588247c0dd3f92f9601357c33c56217 /net-p2p | |
parent | 703b5eb18b542fec0e78704ada72142cd2b33175 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule-devel/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/amule/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/amule2/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/rtorrent/Makefile | 2 |
4 files changed, 1 insertions, 4 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index cfdfee3b316d..d3f8c5b150a0 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -31,7 +31,6 @@ WX_CONF_ARGS= absolute GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-debug \ - --mandir=${MANPREFIX}/man \ --without-included-gettext \ --with-libintl-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} \ diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index cfdfee3b316d..d3f8c5b150a0 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -31,7 +31,6 @@ WX_CONF_ARGS= absolute GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-debug \ - --mandir=${MANPREFIX}/man \ --without-included-gettext \ --with-libintl-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} \ diff --git a/net-p2p/amule2/Makefile b/net-p2p/amule2/Makefile index cfdfee3b316d..d3f8c5b150a0 100644 --- a/net-p2p/amule2/Makefile +++ b/net-p2p/amule2/Makefile @@ -31,7 +31,6 @@ WX_CONF_ARGS= absolute GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-debug \ - --mandir=${MANPREFIX}/man \ --without-included-gettext \ --with-libintl-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} \ diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 72a620ef669c..7244539f00f5 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -29,7 +29,7 @@ MAN1= rtorrent.1 USE_GCC= 3.4+ USE_GETOPT_LONG=yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-debug --mandir="${PREFIX}/man" +CONFIGURE_ARGS= --disable-debug CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} SUB_FILES= pkg-message |