pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/hexd hexd: Avoid compressing the man page before ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc9f9ff9a2d3
branches:  trunk
changeset: 414381:cc9f9ff9a2d3
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 26 13:34:30 2020 +0000

description:
hexd: Avoid compressing the man page before installation

It tries to run gzip -k which apparently CentOS 7 doesn't have (?)

diffstat:

 misc/hexd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 940e73f06fa3 -r cc9f9ff9a2d3 misc/hexd/Makefile
--- a/misc/hexd/Makefile        Thu Mar 26 13:31:42 2020 +0000
+++ b/misc/hexd/Makefile        Thu Mar 26 13:34:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/13 22:29:24 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/26 13:34:30 nia Exp $
 
 DISTNAME=      hexd-1.0.0
 CATEGORIES=    misc
@@ -13,6 +13,8 @@
 
 USE_TOOLS+=    gmake
 
+BUILD_TARGET=  hexd
+
 INSTALLATION_DIRS+=    bin
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index