pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cmake



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug  4 08:55:12 UTC 2022

Modified Files:
        pkgsrc/devel/cmake: Makefile

Log Message:
cmake: strip binaries


To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 pkgsrc/devel/cmake/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/cmake/Makefile
diff -u pkgsrc/devel/cmake/Makefile:1.194 pkgsrc/devel/cmake/Makefile:1.195
--- pkgsrc/devel/cmake/Makefile:1.194   Fri Jul 29 10:40:21 2022
+++ pkgsrc/devel/cmake/Makefile Thu Aug  4 08:55:12 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.194 2022/07/29 10:40:21 adam Exp $
+# $NetBSD: Makefile,v 1.195 2022/08/04 08:55:12 adam Exp $
 
 .include "Makefile.common"
 
@@ -10,6 +10,7 @@ HAS_CONFIGURE=                yes
 CONFIGURE_SCRIPT=      bootstrap
 
 BUILD_TARGET=          default_target
+INSTALL_TARGET=                install/strip
 
 CONFIGURE_HAS_MANDIR=  no
 CONFIGURE_ARGS+=       --bootstrap-system-libuv



Home | Main Index | Thread Index | Old Index