summaryrefslogtreecommitdiff
path: root/pkgtools/mtree
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-07-31 09:30:27 +0000
committergrant <grant@pkgsrc.org>2003-07-31 09:30:27 +0000
commitc95c6462292b555c6de42ca99920921cb6392ff3 (patch)
tree4c6084bac9679d55e7aa2c4eda86095f86abef02 /pkgtools/mtree
parenta4ed672df3da8524365c693103479ecfb07d6513 (diff)
downloadpkgsrc-c95c6462292b555c6de42ca99920921cb6392ff3.tar.gz
also install man page source, bump to 20030731.
Diffstat (limited to 'pkgtools/mtree')
-rw-r--r--pkgtools/mtree/Makefile4
-rw-r--r--pkgtools/mtree/files/Makefile.in4
2 files changed, 5 insertions, 3 deletions
diff --git a/pkgtools/mtree/Makefile b/pkgtools/mtree/Makefile
index 78e2f59da87..7bddc0b6f1b 100644
--- a/pkgtools/mtree/Makefile
+++ b/pkgtools/mtree/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2003/07/21 17:14:06 martti Exp $
+# $NetBSD: Makefile,v 1.6 2003/07/31 09:30:27 grant Exp $
#
-DISTNAME= mtree-20030630
+DISTNAME= mtree-20030731
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/pkgtools/mtree/files/Makefile.in b/pkgtools/mtree/files/Makefile.in
index b949d2ca74c..d384f148352 100644
--- a/pkgtools/mtree/files/Makefile.in
+++ b/pkgtools/mtree/files/Makefile.in
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.3 2003/04/01 03:56:40 grant Exp $
+# $NetBSD: Makefile.in,v 1.4 2003/07/31 09:30:28 grant Exp $
srcdir = @srcdir@
prefix = @prefix@
@@ -18,6 +18,7 @@ LINK= $(CCLD) $(CFLAGS) $(LDFLAGS) -o $@
COMPILE=$(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS)
mandir= $(prefix)/man
+mandirman8= $(mandir)/man8
mandircat8= $(mandir)/cat8
PROG= mtree
@@ -40,4 +41,5 @@ distclean: clean
install:
$(INSTALL) $(PROG) $(PREFIX)/sbin
+ $(INSTALL) -m 444 $(PROG).8 $(mandirman8)/$(PROG).8
$(INSTALL) -m 444 $(PROG).cat8 $(mandircat8)/$(PROG).0