diff options
author | grant <grant@pkgsrc.org> | 2007-10-27 11:19:34 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2007-10-27 11:19:34 +0000 |
commit | 7f3230db8c962018631b3f659ed57e5b696cec0a (patch) | |
tree | 52a595ccd842c83f5b230bd1f466c0b0789d4c30 | |
parent | 6b3ffaad2b9a2f3b6f1a313777a35099d57cca4c (diff) | |
download | pkgsrc-7f3230db8c962018631b3f659ed57e5b696cec0a.tar.gz |
bump PKGREVISION for archivers/pax fix (largefile support).
-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 9562801bee8..7863d403f7c 100644 --- a/pkgtools/pax/Makefile +++ b/pkgtools/pax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/09/08 21:57:59 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2007/10/27 11:19:34 grant Exp $ # # This version of pax installs into ${PKG_TOOLS_BIN}. # @@ -7,7 +7,7 @@ USE_FEATURES= nbcompat .include "../../archivers/pax/Makefile.common" -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= pkgtools NO_PKGTOOLS_REQD_CHECK= yes |