pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/xxhash



Module Name:    pkgsrc
Committed By:   hauke
Date:           Wed Jul  1 16:40:15 UTC 2020

Modified Files:
        pkgsrc/devel/xxhash: Makefile

Log Message:
We don't have upstream's default 'ginstall', so override INSTALL.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/xxhash/Makefile

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

Modified files:

Index: pkgsrc/devel/xxhash/Makefile
diff -u pkgsrc/devel/xxhash/Makefile:1.3 pkgsrc/devel/xxhash/Makefile:1.4
--- pkgsrc/devel/xxhash/Makefile:1.3    Mon Jun 29 13:19:48 2020
+++ pkgsrc/devel/xxhash/Makefile        Wed Jul  1 16:40:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/06/29 13:19:48 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/07/01 16:40:15 hauke Exp $
 
 DISTNAME=      xxhash-0.7.4
 CATEGORIES=    devel
@@ -13,6 +13,7 @@ LICENSE=      2-clause-bsd
 
 USE_TOOLS+=            gmake
 PKGCONFIG_OVERRIDE+=   libxxhash.pc.in
+MAKE_ENV+=             INSTALL=${TOOLS_PLATFORM.install}
 MAKE_ENV+=             MANDIR=${PREFIX}/${PKGMANDIR}/man1
 MAKE_ENV+=             PKGCONFIGDIR=${PREFIX}/lib/pkgconfig
 BUILD_TARGET=          all pkgconfig



Home | Main Index | Thread Index | Old Index