diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-02 15:49:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-02 15:49:36 +0000 |
commit | 889b553e14bb7e25bb6a0ce7376787469edb2ef8 (patch) | |
tree | d0111bb7c7ba94539ca1367715d147c64d01747f /net/bittorrent | |
parent | 9dac9597f9ddb19d8eaded7ccc23fbf1737f7c7a (diff) | |
download | pkgsrc-889b553e14bb7e25bb6a0ce7376787469edb2ef8.tar.gz |
Install documentation; PKGREVISION=4.
Diffstat (limited to 'net/bittorrent')
-rw-r--r-- | net/bittorrent/Makefile | 8 | ||||
-rw-r--r-- | net/bittorrent/PLIST | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index 6013319c1c1..04bbf309cd6 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2004/01/10 14:25:42 recht Exp $ +# $NetBSD: Makefile,v 1.14 2004/03/02 15:49:36 wiz Exp $ # DISTNAME= BitTorrent-3.3 PKGNAME= ${DISTNAME:S/BitT/bitt/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= http://bitconjurer.org/BitTorrent/ @@ -16,6 +16,10 @@ USE_BUILDLINK2= YES PYTHON_VERSIONS_ACCEPTED= 23pth 22pth +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bittorrent + ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/bittorrent + .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" .include "../../x11/py-wxWindows/buildlink2.mk" diff --git a/net/bittorrent/PLIST b/net/bittorrent/PLIST index ea1893cea33..06bde9427ac 100644 --- a/net/bittorrent/PLIST +++ b/net/bittorrent/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2003/12/20 17:29:51 veego Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/03/02 15:49:36 wiz Exp $ bin/btcompletedir.py bin/btcompletedirgui.py bin/btdownloadcurses.py @@ -91,4 +91,6 @@ ${PYSITELIB}/BitTorrent/track.pyo ${PYSITELIB}/BitTorrent/zurllib.py ${PYSITELIB}/BitTorrent/zurllib.pyc ${PYSITELIB}/BitTorrent/zurllib.pyo +share/doc/bittorrent/README.txt +@dirrm share/doc/bittorrent @dirrm ${PYSITELIB}/BitTorrent |