83276f6338
the extracted tarball. Use INSTALLATION_DIRS to create ${INFODIR}. Don't install tar-info-1 and tar-info-2. Just install tar.info which has it all. Bump PKGREVISION.
27 lines
592 B
Makefile
27 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.20 2005/09/22 16:48:34 reed Exp $
|
|
#
|
|
|
|
DISTNAME= tar-1.15.1
|
|
PKGNAME= gtar-info-1.15.1
|
|
SVR4_PKGNAME= gtari
|
|
PKGREVISION= 1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=tar/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/tar/tar.html
|
|
COMMENT= Info format documentation for the GNU tape archiver
|
|
|
|
INFO_FILES= tar.info
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
INSTALLATION_DIRS= ${INFODIR}
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc/tar.info ${PREFIX}/${INFO_DIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|