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 | |
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')
-rw-r--r-- | pkgtools/pax/DESCR | 5 | ||||
-rw-r--r-- | pkgtools/pax/Makefile | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/pkgtools/pax/DESCR b/pkgtools/pax/DESCR index 72126b77819..6a51fbe5236 100644 --- a/pkgtools/pax/DESCR +++ b/pkgtools/pax/DESCR @@ -1,4 +1 @@ -This is a copy of NetBSD-current's pax tool in a format which is -able to be installed as a package. It simply replaces the tool in -/bin, but doesn't register itself as a package, so that no -de-installation can take place. +NetBSD pax is the POSIX standard archiver with many extensions. 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 |