diff options
author | grant <grant@pkgsrc.org> | 2003-07-31 09:30:27 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-31 09:30:27 +0000 |
commit | c95c6462292b555c6de42ca99920921cb6392ff3 (patch) | |
tree | 4c6084bac9679d55e7aa2c4eda86095f86abef02 /pkgtools/mtree/files | |
parent | a4ed672df3da8524365c693103479ecfb07d6513 (diff) | |
download | pkgsrc-c95c6462292b555c6de42ca99920921cb6392ff3.tar.gz |
also install man page source, bump to 20030731.
Diffstat (limited to 'pkgtools/mtree/files')
-rw-r--r-- | pkgtools/mtree/files/Makefile.in | 4 |
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 |