pkgsrc/archivers/gtar-info/Makefile
adam e43d6c9175 Changes 1.26:
* Fix the --verify option, which broke in version 1.24.
* Fix storing long sparse file names in PAX archives.
* Fix correctness of --atime-preserve=replace.
* Work around POSIX incompatibilities on FreeBSD, NetBSD and Tru64.
* Fix bug with --one-file-system --listed-incremental.
2011-05-11 07:49:58 +00:00

27 lines
674 B
Makefile

# $NetBSD: Makefile,v 1.30 2011/05/11 07:49:59 adam Exp $
DISTNAME= tar-1.26
PKGNAME= ${DISTNAME:S/tar/gtar-info/}
SVR4_PKGNAME= gtari
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU:=tar/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/tar/tar.html
COMMENT= Info format documentation for the GNU tape archiver
LICENSE= gnu-fdl-v1.1
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
NO_CONFIGURE= yes
NO_BUILD= yes
INFO_FILES= yes
INSTALLATION_DIRS= ${PKGINFODIR}
do-install:
${INSTALL_DATA} ${WRKSRC}/doc/tar.info ${DESTDIR}${PREFIX}/${PKGINFODIR}
.include "../../mk/bsd.pkg.mk"