pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/hexd



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 26 13:34:30 UTC 2020

Modified Files:
        pkgsrc/misc/hexd: Makefile

Log Message:
hexd: Avoid compressing the man page before installation

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/hexd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/hexd/Makefile
diff -u pkgsrc/misc/hexd/Makefile:1.1 pkgsrc/misc/hexd/Makefile:1.2
--- pkgsrc/misc/hexd/Makefile:1.1       Mon Jan 13 22:29:24 2020
+++ pkgsrc/misc/hexd/Makefile   Thu Mar 26 13:34:30 2020
@@ -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 @@ LICENSE=      mit
 
 USE_TOOLS+=    gmake
 
+BUILD_TARGET=  hexd
+
 INSTALLATION_DIRS+=    bin
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index