pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/pico



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Nov 29 16:17:53 UTC 2021

Modified Files:
        pkgsrc/editors/pico: Makefile

Log Message:
pico: Use OPSYS_VERSION.

OS_VERSION does not support arithmetic expressions.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/editors/pico/Makefile

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

Modified files:

Index: pkgsrc/editors/pico/Makefile
diff -u pkgsrc/editors/pico/Makefile:1.80 pkgsrc/editors/pico/Makefile:1.81
--- pkgsrc/editors/pico/Makefile:1.80   Fri May 14 14:27:31 2021
+++ pkgsrc/editors/pico/Makefile        Mon Nov 29 16:17:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2021/05/14 14:27:31 nia Exp $
+# $NetBSD: Makefile,v 1.81 2021/11/29 16:17:53 jperkin Exp $
 #
 # NOTE:
 # When updating, it is necessary to change the shlib version, located in
@@ -26,7 +26,7 @@ USE_LIBTOOL=          yes
 OPSYSVARS+=            BUILDNAME
 BUILDNAME.Darwin=      osx
 .if ${OPSYS} == "IRIX"
-.  if ${OS_VERSION} >= 6.5
+.  if ${OPSYS_VERSION} >= 060500
 BUILDNAME.IRIX=                sg6
 .  else
 BUILDNAME.IRIX=                sgi



Home | Main Index | Thread Index | Old Index