pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/maxima



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 23 19:02:13 UTC 2020

Modified Files:
        pkgsrc/math/maxima: Makefile

Log Message:
math/maxima: ignore shell portability in unneeded file


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/math/maxima/Makefile

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

Modified files:

Index: pkgsrc/math/maxima/Makefile
diff -u pkgsrc/math/maxima/Makefile:1.56 pkgsrc/math/maxima/Makefile:1.57
--- pkgsrc/math/maxima/Makefile:1.56    Thu May 21 15:15:56 2020
+++ pkgsrc/math/maxima/Makefile Sat May 23 19:02:12 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/05/21 15:15:56 rillig Exp $
+# $NetBSD: Makefile,v 1.57 2020/05/23 19:02:12 rillig Exp $
 
 DISTNAME=              maxima-5.41.0
 PKGREVISION=           4
@@ -13,6 +13,8 @@ LICENSE=              gnu-gpl-v2
 # Note: lisp backend is depended and setup up for in options.mk
 DEPENDS+=              tk-[0-9]*:../../x11/tk
 
+CHECK_PORTABILITY_SKIP=        doc/info/fix_tab
+
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake makeinfo perl
 



Home | Main Index | Thread Index | Old Index