diff options
author | joerg <joerg@pkgsrc.org> | 2007-11-08 19:26:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-11-08 19:26:52 +0000 |
commit | 606a4be83754a0ad2fca99aa92ce2443b3330345 (patch) | |
tree | ea5fde70aed17b4d900332495d7813bc5a9804a1 /archivers/gzip-info/Makefile | |
parent | 2021db9549ba547206385a844d60224bf29875e0 (diff) | |
download | pkgsrc-606a4be83754a0ad2fca99aa92ce2443b3330345.tar.gz |
Update gzip to 1.3.12 and merge base and info back into gzip.
This includes many security fixes, improvements for files over 4GB,
portability improves, zless, etc.
Diffstat (limited to 'archivers/gzip-info/Makefile')
-rw-r--r-- | archivers/gzip-info/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/archivers/gzip-info/Makefile b/archivers/gzip-info/Makefile deleted file mode 100644 index c4b24e3ae00..00000000000 --- a/archivers/gzip-info/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.23 2006/06/18 07:04:16 rillig Exp $ - -DISTNAME= gzip-1.2.4a -PKGNAME= gzip-info-1.2.4a -SVR4_PKGNAME= gzipi -CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_GNU:=gzip/} -EXTRACT_SUFX= .shar - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html -COMMENT= Info format documentation for the GZIP utility - -PKG_INSTALLATION_TYPES= overwrite pkgviews - -NO_CONFIGURE= yes -NO_BUILD= yes -INFO_FILES= yes - -INSTALLATION_DIRS= ${PKGINFODIR} - -do-install: - ${INSTALL_DATA} ${WRKSRC}/gzip.info ${PREFIX}/${PKGINFODIR} - -.include "../../mk/bsd.pkg.mk" |