diff options
author | grant <grant@pkgsrc.org> | 2003-03-31 06:56:25 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-03-31 06:56:25 +0000 |
commit | f80c24d98a652c44dd4468fb357d78f83276e985 (patch) | |
tree | 9e25351d9bb9ac958f3ec492173038f82c71e1aa /pkgtools/pax/Makefile | |
parent | 610600ff270eed4f0027368a6fd270727f45d077 (diff) | |
download | pkgsrc-f80c24d98a652c44dd4468fb357d78f83276e985.tar.gz |
improve description and comment, inspired by Jeremy C. Reed and Greg A.
Woods on tech-pkg.
Diffstat (limited to 'pkgtools/pax/Makefile')
-rw-r--r-- | pkgtools/pax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pax/Makefile b/pkgtools/pax/Makefile index bc29c099361..dbd8734c6a2 100644 --- a/pkgtools/pax/Makefile +++ b/pkgtools/pax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/03/29 12:42:10 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2003/03/31 06:56:25 grant Exp $ # DISTNAME= pax-19980903 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netbsd.org/ -COMMENT= NetBSD-current's pax tool +COMMENT= Standard POSIX portable archiver PREFIX= / MAKE_ENV+= BINDIR=/bin MANDIR=/usr/share/man |