pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/html needs gzip(1) tool in do-install target



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a38ed4d869d
branches:  trunk
changeset: 648478:2a38ed4d869d
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 15 01:04:27 2015 +0000

description:
needs gzip(1) tool in do-install target

diffstat:

 textproc/html/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r aac39bc67342 -r 2a38ed4d869d textproc/html/Makefile
--- a/textproc/html/Makefile    Sun Mar 15 01:02:42 2015 +0000
+++ b/textproc/html/Makefile    Sun Mar 15 01:04:27 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2014/10/09 14:07:02 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2015/03/15 01:04:27 tnn Exp $
 #
 
 DISTNAME=      html-4.01
@@ -15,7 +15,7 @@
 WRKSRC=                ${WRKDIR}
 EXTRACT_ONLY=  # empty
 NO_BUILD=      yes
-USE_TOOLS+=    tar
+USE_TOOLS+=    gzip tar
 
 INSTDIR=       ${PREFIX}/share/sgml/html
 ISOCAT=                ${PREFIX}/share/sgml/iso8879/catalog



Home | Main Index | Thread Index | Old Index