pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/tdir Fix installation on Solaris. Install man...
details: https://anonhg.NetBSD.org/pkgsrc/rev/78c3f99f8a01
branches: trunk
changeset: 461898:78c3f99f8a01
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Sep 23 13:23:25 2003 +0000
description:
Fix installation on Solaris. Install man page. Bump PKGREVISION.
>From Jonathan Perkin in RP 22905.
diffstat:
sysutils/tdir/Makefile | 10 +++++++++-
sysutils/tdir/PLIST | 3 ++-
2 files changed, 11 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r 7072bff79d2c -r 78c3f99f8a01 sysutils/tdir/Makefile
--- a/sysutils/tdir/Makefile Tue Sep 23 13:22:37 2003 +0000
+++ b/sysutils/tdir/Makefile Tue Sep 23 13:23:25 2003 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:53:54 grant Exp $
+# $NetBSD: Makefile,v 1.7 2003/09/23 13:23:25 wiz Exp $
#
DISTNAME= tdir-1.58
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.tundraware.com/Software/tdir/
@@ -12,5 +13,12 @@
PYTHON_PATCH_SCRIPTS= tdir
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/tdir ${PREFIX}/bin/tdir
+ ${GUNZIP_CMD} ${WRKSRC}/tdir.1.gz
+ ${INSTALL_MAN} ${WRKSRC}/tdir.1 ${PREFIX}/man/man1/tdir.1
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tdir
+ ${INSTALL_DATA} ${WRKSRC}/tdir-license.txt ${PREFIX}/share/doc/tdir/
+
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 7072bff79d2c -r 78c3f99f8a01 sysutils/tdir/PLIST
--- a/sysutils/tdir/PLIST Tue Sep 23 13:22:37 2003 +0000
+++ b/sysutils/tdir/PLIST Tue Sep 23 13:23:25 2003 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:53:56 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/09/23 13:23:25 wiz Exp $
bin/tdir
+man/man1/tdir.1
share/doc/tdir/tdir-license.txt
@dirrm share/doc/tdir
Home |
Main Index |
Thread Index |
Old Index