summaryrefslogtreecommitdiff
path: root/archivers/gzip-info/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/gzip-info/Makefile')
-rw-r--r--archivers/gzip-info/Makefile25
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"