diff options
author | grant <grant@pkgsrc.org> | 2007-10-27 11:19:04 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2007-10-27 11:19:04 +0000 |
commit | 6b3ffaad2b9a2f3b6f1a313777a35099d57cca4c (patch) | |
tree | c3b4bb2b07987e323e56ff671a27b153a520599c /archivers/pax/Makefile | |
parent | 1eb51994183aefe616867dd85f3a53adb807b4ba (diff) | |
download | pkgsrc-6b3ffaad2b9a2f3b6f1a313777a35099d57cca4c.tar.gz |
enable large filefile support, if applicable.
fixes tar/pax with >2gb files on 32bit Solaris.
bump PKGREVISION.
Diffstat (limited to 'archivers/pax/Makefile')
-rw-r--r-- | archivers/pax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile index 2b23c68bc40..27e5329853b 100644 --- a/archivers/pax/Makefile +++ b/archivers/pax/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.31 2007/09/08 21:57:58 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2007/10/27 11:19:04 grant Exp $ USE_FEATURES= nbcompat .include "Makefile.common" CATEGORIES= archivers -PKGREVISION= 1 +PKGREVISION= 2 # pax installs "tar" and "cpio" .if defined(GNU_PROGRAM_PREFIX) && ${GNU_PROGRAM_PREFIX} == "" |