pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/OpenRM



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 16 07:58:17 UTC 2020

Modified Files:
        pkgsrc/graphics/OpenRM: Makefile

Log Message:
graphics/OpenRM: fix typo in variable name


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/OpenRM/Makefile

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

Modified files:

Index: pkgsrc/graphics/OpenRM/Makefile
diff -u pkgsrc/graphics/OpenRM/Makefile:1.31 pkgsrc/graphics/OpenRM/Makefile:1.32
--- pkgsrc/graphics/OpenRM/Makefile:1.31        Tue May  5 18:37:37 2020
+++ pkgsrc/graphics/OpenRM/Makefile     Sat May 16 07:58:17 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/05/05 18:37:37 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2020/05/16 07:58:17 rillig Exp $
 #
 
 DISTNAME=              openrm-devel-1.5.2
@@ -18,7 +18,7 @@ USE_LIBTOOL=          yes
 USE_TOOLS+=            csh perl
 REPLACE_PERL=          doc/sortlist.pl doc/source2html.pl
 
-CHECK_PORTABILITY_CHECK+=      bin/mklib.linux # uses [[, not used
+CHECK_PORTABILITY_SKIP+=       bin/mklib.linux # uses [[, not used
 
 ALL_ENV+=              REAL_CC=${CC}
 



Home | Main Index | Thread Index | Old Index