pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/cgit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May 14 14:54:03 UTC 2026

Modified Files:
        pkgsrc/www/cgit: Makefile

Log Message:
cgit: provide INSTALL binary name to Makefile

Should fix SmartOS build


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/cgit/Makefile

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

Modified files:

Index: pkgsrc/www/cgit/Makefile
diff -u pkgsrc/www/cgit/Makefile:1.15 pkgsrc/www/cgit/Makefile:1.16
--- pkgsrc/www/cgit/Makefile:1.15       Tue May 12 18:29:24 2026
+++ pkgsrc/www/cgit/Makefile    Thu May 14 14:54:03 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2026/05/12 18:29:24 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2026/05/14 14:54:03 wiz Exp $
 
 DISTNAME=      cgit-1.3
 PKGREVISION=   1
@@ -27,6 +27,7 @@ MAKE_FLAGS+=          CGIT_DATA_PATH=${CGIT_HTDO
 MAKE_FLAGS+=           filterdir=${CGIT_FILTERS}
 MAKE_FLAGS+=           mandir=${PREFIX}/${PKGMANDIR}
 MAKE_FLAGS+=           PYTHON_PATH=${PYTHONBIN}
+MAKE_FLAGS+=           INSTALL=${INSTALL}
 BUILD_MAKE_FLAGS+=     CGIT_CONFIG=${PKG_SYSCONFDIR}/cgitrc
 
 MAKE_ENV+=             CGIT_LIBS=${LIBNBCOMPAT_LIBNAME}



Home | Main Index | Thread Index | Old Index