summaryrefslogtreecommitdiff
path: root/filesystems/u9fs
diff options
context:
space:
mode:
authoragc <agc>2007-05-13 15:34:05 +0000
committeragc <agc>2007-05-13 15:34:05 +0000
commit6b9295603905bc0f798302eba873729d193ef085 (patch)
treec79cee791f4d683f7c277137a2d6b511ef7042d3 /filesystems/u9fs
parente226bdd3f4d3a825f0bd6a1617dce5525f49c286 (diff)
downloadpkgsrc-6b9295603905bc0f798302eba873729d193ef085.tar.gz
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 (limited to 'filesystems/u9fs')
-rw-r--r--filesystems/u9fs/Makefile5
-rw-r--r--filesystems/u9fs/distinfo4
-rw-r--r--filesystems/u9fs/patches/patch-aa7
3 files changed, 8 insertions, 8 deletions
diff --git a/filesystems/u9fs/Makefile b/filesystems/u9fs/Makefile
index c755582b9ec..533fd446970 100644
--- a/filesystems/u9fs/Makefile
+++ b/filesystems/u9fs/Makefile
@@ -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 @@ WRKSRC= ${WRKDIR}/u9fs
MAKE_FILE= makefile
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/u9fs.8 ${PREFIX}/${PKGMANDIR}/man8/
-
.include "../../mk/bsd.pkg.mk"
diff --git a/filesystems/u9fs/distinfo b/filesystems/u9fs/distinfo
index 41c5283a6fe..c3c72acb09c 100644
--- a/filesystems/u9fs/distinfo
+++ b/filesystems/u9fs/distinfo
@@ -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 --git a/filesystems/u9fs/patches/patch-aa b/filesystems/u9fs/patches/patch-aa
index a7a0593d14c..2b4bfe40cc3 100644
--- a/filesystems/u9fs/patches/patch-aa
+++ b/filesystems/u9fs/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.1.1.1 2007/04/24 19:06:03 agc Exp $
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