diff options
author | grant <grant> | 2007-10-27 11:19:04 +0000 |
---|---|---|
committer | grant <grant> | 2007-10-27 11:19:04 +0000 |
commit | 6bff2be6b61185ab035e055ac5a50918ac60a371 (patch) | |
tree | c3b4bb2b07987e323e56ff671a27b153a520599c /archivers/pax/Makefile | |
parent | 40fde0d1107ef35449a896831a49e3d13c1eb28a (diff) | |
download | pkgsrc-6bff2be6b61185ab035e055ac5a50918ac60a371.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} == "" |