pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/pixd



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 26 13:48:29 UTC 2020

Modified Files:
        pkgsrc/misc/pixd: Makefile

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



Home | Main Index | Thread Index | Old Index