pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/pine
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Nov 29 16:19:38 UTC 2021
Modified Files:
pkgsrc/mail/pine: Makefile
Log Message:
pine: Use OPSYS_VERSION.
OS_VERSION does not support arithmetic expressions.
To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/mail/pine/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/pine/Makefile
diff -u pkgsrc/mail/pine/Makefile:1.140 pkgsrc/mail/pine/Makefile:1.141
--- pkgsrc/mail/pine/Makefile:1.140 Fri Dec 4 04:56:02 2020
+++ pkgsrc/mail/pine/Makefile Mon Nov 29 16:19:38 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.140 2020/12/04 04:56:02 riastradh Exp $
+# $NetBSD: Makefile,v 1.141 2021/11/29 16:19:38 jperkin Exp $
DISTNAME= pine4.64
PKGNAME= pine-4.64
@@ -28,7 +28,7 @@ BUILDNAME= osx
BUILDFILE= osx
LIBS+= -lcurses
.elif ${OPSYS} == "IRIX"
-. if ${OS_VERSION} >= 6.5
+. if ${OPSYS_VERSION} >= 060500
BUILDNAME= sg6
. else
BUILDNAME= sgi
Home |
Main Index |
Thread Index |
Old Index