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: adam
Date: Sat Jul 22 09:59:51 UTC 2023
Modified Files:
pkgsrc/math/octave: octave.mk
Log Message:
revert LOCALBASE in octave.mk
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/octave/octave.mk
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/octave.mk
diff -u pkgsrc/math/octave/octave.mk:1.9 pkgsrc/math/octave/octave.mk:1.10
--- pkgsrc/math/octave/octave.mk:1.9 Sun Apr 12 21:19:32 2020
+++ pkgsrc/math/octave/octave.mk Sat Jul 22 09:59:51 2023
@@ -1,8 +1,8 @@
-# $NetBSD: octave.mk,v 1.9 2020/04/12 21:19:32 adam Exp $
+# $NetBSD: octave.mk,v 1.10 2023/07/22 09:59:51 adam Exp $
.include "../../mk/bsd.prefs.mk"
-OCTAVE_CONFIG= ${PREFIX}/bin/octave-config
+OCTAVE_CONFIG= ${LOCALBASE}/bin/octave-config
# OCTAVE_VARS is a list of variables to define in the make environment.
# This may be overridden in an octave add-on package Makefile.
@@ -24,6 +24,6 @@ OCT_${var}!= ${OCTAVE_CONFIG} -p ${var}
.if defined(REPLACE_OCTAVE)
REPLACE_INTERPRETER+= octave
REPLACE.octave.old= .*octave
-REPLACE.octave.new= ${PREFIX}/bin/octave
+REPLACE.octave.new= ${LOCALBASE}/bin/octave
REPLACE_FILES.octave= ${REPLACE_OCTAVE}
.endif # defined(REPLACE_OCTAVE)
Home |
Main Index |
Thread Index |
Old Index