pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/synergy



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Jan  7 23:06:19 UTC 2022

Modified Files:
        pkgsrc/net/synergy: Makefile

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/net/synergy/Makefile

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

Modified files:

Index: pkgsrc/net/synergy/Makefile
diff -u pkgsrc/net/synergy/Makefile:1.70 pkgsrc/net/synergy/Makefile:1.71
--- pkgsrc/net/synergy/Makefile:1.70    Fri Jan  7 23:02:48 2022
+++ pkgsrc/net/synergy/Makefile Fri Jan  7 23:06:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2022/01/07 23:02:48 tnn Exp $
+# $NetBSD: Makefile,v 1.71 2022/01/07 23:06:19 tnn Exp $
 
 DISTNAME=              synergy-core-1.14.2.36
 PKGNAME=               ${DISTNAME:S/-core//}
@@ -22,7 +22,7 @@ LICENSE=              gnu-gpl-v2
 USE_LANGUAGES=         c c++11
 USE_CMAKE=             yes
 CMAKE_ARGS+=           -DSYNERGY_BUILD_LEGACY_GUI=OFF
-CMAKE_ARGS+=           -DSYNERGYC_BUILD_LEGACY_INSTALLER=OFF
+CMAKE_ARGS+=           -DSYNERGY_BUILD_LEGACY_INSTALLER=OFF
 
 CONFIGURE_ENV+=                GIT_COMMIT=c6918b74
 



Home | Main Index | Thread Index | Old Index