diff options
author | flz <flz@FreeBSD.org> | 2007-06-23 22:49:27 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-06-23 22:49:27 +0800 |
commit | 3f673cd212fb92090f2a46ecb6729c2613461097 (patch) | |
tree | a16ae54fa9a6214b1138f0be08cf0aae6f58e898 /net-p2p/rtorrent | |
parent | bc057dcaae262140714ab1dce3daa5ae227a13c2 (diff) | |
download | freebsd-ports-gnome-3f673cd212fb92090f2a46ecb6729c2613461097.tar.gz freebsd-ports-gnome-3f673cd212fb92090f2a46ecb6729c2613461097.tar.zst freebsd-ports-gnome-3f673cd212fb92090f2a46ecb6729c2613461097.zip |
Fix manpage location.
Reported by: pointyhat via kris
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 7244539f00f5..72a620ef669c 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 +CONFIGURE_ARGS= --disable-debug --mandir="${PREFIX}/man" CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} SUB_FILES= pkg-message |