summaryrefslogtreecommitdiff
path: root/pkgtools/mtree/files/Makefile.in
diff options
context:
space:
mode:
authorgrant <grant>2003-07-31 09:30:27 +0000
committergrant <grant>2003-07-31 09:30:27 +0000
commit6db02d038980fc46b824a3ab99bcb06438e1fa97 (patch)
tree4c6084bac9679d55e7aa2c4eda86095f86abef02 /pkgtools/mtree/files/Makefile.in
parent2032453509f4a4f4a79a6c203ca3a72a82dc8991 (diff)
downloadpkgsrc-6db02d038980fc46b824a3ab99bcb06438e1fa97.tar.gz
also install man page source, bump to 20030731.
Diffstat (limited to 'pkgtools/mtree/files/Makefile.in')
-rw-r--r--pkgtools/mtree/files/Makefile.in4
1 files changed, 3 insertions, 1 deletions
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