diff options
author | grant <grant@pkgsrc.org> | 2003-06-24 08:06:19 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-06-24 08:06:19 +0000 |
commit | 8cd78ad7f266035663fee2542e8ff66b7362af9d (patch) | |
tree | 4e41361f6d5fa92fdbee153297a8bb3cf4a434f1 /archivers | |
parent | dff6ae19b0854a2da85a51727aac064fcf1e26b0 (diff) | |
download | pkgsrc-8cd78ad7f266035663fee2542e8ff66b7362af9d.tar.gz |
fix path in comment
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pax/files/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/pax/files/Makefile.in b/archivers/pax/files/Makefile.in index 8d20ba0a456..c04c0acdf0e 100644 --- a/archivers/pax/files/Makefile.in +++ b/archivers/pax/files/Makefile.in @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.in,v 1.1.1.1 2003/06/23 11:45:22 grant Exp $ +# $NetBSD: Makefile.in,v 1.2 2003/06/24 08:06:19 grant Exp $ srcdir = @srcdir@ prefix = @prefix@ @@ -49,5 +49,5 @@ install: # $(INSTALL) -m 444 $(PROG).cat1 $(mandircat1)/$(PROG).0 # $(INSTALL) -m 444 cpio.1 $(mandirman1) # $(INSTALL) -m 444 cpio.cat1 $(mandircat1)/cpio.0 -# $(INSTALL) -m 444 tar.1 $(mandirman1)/tar.1 +# $(INSTALL) -m 444 tar.1 $(mandirman1) # $(INSTALL) -m 444 tar.cat1 $(mandircat1)/tar.0 |