pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/filesystems/u9fs Change to create directories before c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dccbd95b041a
branches:  trunk
changeset: 528731:dccbd95b041a
user:      agc <agc%pkgsrc.org@localhost>
date:      Sun May 13 15:34:05 2007 +0000

description:
Change to create directories before copying files to them. Won't matter in
the normal case, but matters in bulk builds in our new NO_MTREE order.

Do all of the work in the package's install target, too.

diffstat:

 filesystems/u9fs/Makefile         |  5 +----
 filesystems/u9fs/distinfo         |  4 ++--
 filesystems/u9fs/patches/patch-aa |  7 +++++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r 7af4c5ca21b8 -r dccbd95b041a filesystems/u9fs/Makefile
--- a/filesystems/u9fs/Makefile Sun May 13 15:04:00 2007 +0000
+++ b/filesystems/u9fs/Makefile Sun May 13 15:34:05 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/24 19:06:03 agc Exp $
+# $NetBSD: Makefile,v 1.2 2007/05/13 15:34:05 agc Exp $
 #
 
 DISTNAME=      u9fs-2.0.3
@@ -13,7 +13,4 @@
 
 MAKE_FILE=     makefile
 
-post-install:
-       ${INSTALL_MAN} ${WRKSRC}/u9fs.8 ${PREFIX}/${PKGMANDIR}/man8/
-
 .include "../../mk/bsd.pkg.mk"
diff -r 7af4c5ca21b8 -r dccbd95b041a filesystems/u9fs/distinfo
--- a/filesystems/u9fs/distinfo Sun May 13 15:04:00 2007 +0000
+++ b/filesystems/u9fs/distinfo Sun May 13 15:34:05 2007 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/04/24 19:06:03 agc Exp $
+$NetBSD: distinfo,v 1.2 2007/05/13 15:34:05 agc Exp $
 
 SHA1 (u9fs-2.0.3.tar.gz) = 98b6d1b26a516761ee392d2c3ed15528af84601b
 RMD160 (u9fs-2.0.3.tar.gz) = 460879d27c4d282a3b4822c194b2abf458851b4d
 Size (u9fs-2.0.3.tar.gz) = 42325 bytes
-SHA1 (patch-aa) = 4568002cf8815b8090ac9fa1d2c41d576cefa40e
+SHA1 (patch-aa) = f346a8268d60ed6c24f0b16732768935fd946358
 SHA1 (patch-ab) = 0cd3d25449ddce2657a24ea3de531adaac477df0
 SHA1 (patch-ac) = 7251853f1dc6cecaaf67c617e5dfb74ecae12b19
 SHA1 (patch-ad) = d7a26f4db9eb543ee47dc621b7a79be11d4f42cd
diff -r 7af4c5ca21b8 -r dccbd95b041a filesystems/u9fs/patches/patch-aa
--- a/filesystems/u9fs/patches/patch-aa Sun May 13 15:04:00 2007 +0000
+++ b/filesystems/u9fs/patches/patch-aa Sun May 13 15:34:05 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/04/24 19:06:03 agc Exp $
+$NetBSD: patch-aa,v 1.2 2007/05/13 15:34:05 agc Exp $
 
 --- makefile   2007/04/23 21:54:35     1.1
 +++ makefile   2007/04/23 21:55:35
-@@ -49,16 +49,16 @@
+@@ -49,16 +49,19 @@
        fcall.h\
        plan9.h
  
@@ -19,6 +19,9 @@
  
  install: u9fs
 -      cp u9fs ../../bin
++      ${BSD_INSTALL_DATA_DIR} ${PREFIX}/libexec
 +      ${BSD_INSTALL_PROGRAM} u9fs ${PREFIX}/libexec/
++      ${BSD_INSTALL_MAN_DIR} ${PREFIX}/${PKGMANDIR}/man8
++      ${BSD_INSTALL_MAN} u9fs.8 ${PREFIX}/${PKGMANDIR}/man8/
  
  .PHONY: clean install



Home | Main Index | Thread Index | Old Index