pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/drawterm



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Jul  4 21:52:05 UTC 2022

Modified Files:
        pkgsrc/x11/drawterm: Makefile

Log Message:
drawterm: simplify expression (NFC)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/drawterm/Makefile

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

Modified files:

Index: pkgsrc/x11/drawterm/Makefile
diff -u pkgsrc/x11/drawterm/Makefile:1.1 pkgsrc/x11/drawterm/Makefile:1.2
--- pkgsrc/x11/drawterm/Makefile:1.1    Mon Jul  4 20:56:48 2022
+++ pkgsrc/x11/drawterm/Makefile        Mon Jul  4 21:52:04 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/07/04 20:56:48 pin Exp $
+# $NetBSD: Makefile,v 1.2 2022/07/04 21:52:04 gutteridge Exp $
 
 DISTNAME=      snap
 BUILD=         20220603
@@ -67,7 +67,7 @@ MAKEFLAGS+=   AUDIO=sun
 MAKEFLAGS+=    AUDIO=unix
 .  endif
 
-.  if ${OPSYS} == "SunOS" && !empty(PKGSRC_COMPILER:Msunpro)
+.  if !empty(PKGSRC_COMPILER:Msunpro)
 MAKEFLAGS+=    CONF=sun
 .  else
 MAKEFLAGS+=    CONF=unix



Home | Main Index | Thread Index | Old Index