pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/octave



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Aug 16 13:37:33 UTC 2018

Modified Files:
        pkgsrc/math/octave: Makefile

Log Message:
octave: PRINT_PLIST_AWK to avoid a recurrence of a broken PLIST.

>From wiz, thanks.


To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 pkgsrc/math/octave/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/octave/Makefile
diff -u pkgsrc/math/octave/Makefile:1.175 pkgsrc/math/octave/Makefile:1.176
--- pkgsrc/math/octave/Makefile:1.175   Thu Aug 16 13:11:48 2018
+++ pkgsrc/math/octave/Makefile Thu Aug 16 13:37:33 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.175 2018/08/16 13:11:48 maya Exp $
+# $NetBSD: Makefile,v 1.176 2018/08/16 13:37:33 maya Exp $
 
 DISTNAME=      octave-4.4.1
 CATEGORIES=    math
@@ -60,6 +60,7 @@ OCTAVE_DOC=   doc/interpreter/octave.pdf d
                doc/refcard/refcard-letter.pdf
 INSTALLATION_DIRS+=    share/octave/${PKGVERSION_NOREV}/doc
 
+PRINT_PLIST_AWK+=      { gsub(/${MACHINE_GNU_PLATFORM}/, "$${MACHINE_GNU_PLATFORM}"); }
 CHECK_WRKREF_SKIP+=    lib/octave/${PKGVERSION}/liboctinterp.so* \
                        lib/octave/${PKGVERSION}/liboctinterp.a
 



Home | Main Index | Thread Index | Old Index