pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56d9e912e227
branches:  trunk
changeset: 414382:56d9e912e227
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 26 13:48:29 2020 +0000

description:
pixd: Avoid compressing the man page before installation

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

diffstat:

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

diffs (18 lines):

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



Home | Main Index | Thread Index | Old Index