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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gzip-info/Makefile b/archivers/gzip-info/Makefile
index a762e5bc5b7..4f510202125 100644
--- a/archivers/gzip-info/Makefile
+++ b/archivers/gzip-info/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/01/27 18:32:33 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2002/02/18 15:14:01 seb Exp $
DISTNAME= gzip-1.2.4a
PKGNAME= gzip-info-1.2.4a
@@ -11,7 +11,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html
COMMENT= Info format documentation for the GZIP utility
-USE_GTEXINFO= yes
INFO_FILES= gzip.info
NO_PATCH= yes
@@ -25,4 +24,5 @@ IGNORE= "${PKGNAME} is part of your ${OPSYS} distribution"
do-install:
${INSTALL_DATA} ${WRKSRC}/gzip.info ${PREFIX}/info
+.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"