diff options
Diffstat (limited to 'net/bittorrent/Makefile')
-rw-r--r-- | net/bittorrent/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index a94c901b124..636a920fd26 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.24 2005/02/13 13:53:34 recht Exp $ +# $NetBSD: Makefile,v 1.25 2005/03/28 14:43:10 recht Exp $ # .include "Makefile.common" PKGNAME= ${DISTNAME:S/BitT/bitt/} -PKGREVISION= 2 PYDISTUTILSPKG= YES post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bittorrent + ${INSTALL_DATA} ${WRKSRC}/credits.txt ${PREFIX}/share/doc/bittorrent ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/bittorrent + ${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${PREFIX}/share/doc/bittorrent .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" |