diff options
author | elric <elric@pkgsrc.org> | 2012-03-06 18:24:15 +0000 |
---|---|---|
committer | elric <elric@pkgsrc.org> | 2012-03-06 18:24:15 +0000 |
commit | f66455abb0d6d88f9342a4fb2f2ac30ea4e626af (patch) | |
tree | 2b27acfed70432974dcfe16e3fabcf4a1c1a1ca6 | |
parent | 9c53210756739b65a318d92ed1a2ae7e2a204211 (diff) | |
download | pkgsrc-f66455abb0d6d88f9342a4fb2f2ac30ea4e626af.tar.gz |
Install the man page as it is rather useful.
-rw-r--r-- | net/rtorrent/Makefile | 8 | ||||
-rw-r--r-- | net/rtorrent/PLIST | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index b14fbbca433..5dbdaacbd55 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2012/01/11 22:41:46 tron Exp $ +# $NetBSD: Makefile,v 1.48 2012/03/06 18:24:15 elric Exp $ DISTNAME= rtorrent-0.8.9 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ${HOMEPAGE:=downloads/} @@ -48,11 +48,13 @@ CXXFLAGS+= -fpermissive -fno-strength-reduce -fno-thread-jumps \ CXXFLAGS+= -march=i486 .endif -INSTALLATION_DIRS= share/examples/rtorrent +INSTALLATION_DIRS= man/man1 share/examples/rtorrent post-install: ${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.rc \ ${DESTDIR}${PREFIX}/share/examples/rtorrent + ${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.1 \ + ${DESTDIR}${PREFIX}/man/man1/ .include "../../devel/ncurses/buildlink3.mk" .include "../../net/libtorrent/buildlink3.mk" diff --git a/net/rtorrent/PLIST b/net/rtorrent/PLIST index 901a535afc2..48d2d8f0daa 100644 --- a/net/rtorrent/PLIST +++ b/net/rtorrent/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2011/07/30 17:06:33 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/03/06 18:24:15 elric Exp $ bin/rtorrent +man/man1/rtorrent.1 share/examples/rtorrent/rtorrent.rc |