aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge-base/Makefile4
-rw-r--r--math/octave-forge-base/pkg-plist14
2 files changed, 7 insertions, 11 deletions
diff --git a/math/octave-forge-base/Makefile b/math/octave-forge-base/Makefile
index d030752016be..22ecbaba46de 100644
--- a/math/octave-forge-base/Makefile
+++ b/math/octave-forge-base/Makefile
@@ -25,10 +25,6 @@ COMMENT= Octave-forge baseport for all packages
RUN_DEPENDS+= octave:${PORTSDIR}/math/octave
-.if defined(PACKAGE_BUILDING)
-IGNORE= failing to build on the package build cluster; linimon to investigate
-.endif
-
do-build:
@${DO_NADA}
diff --git a/math/octave-forge-base/pkg-plist b/math/octave-forge-base/pkg-plist
index e450c5ec88ca..327c41b4efc6 100644
--- a/math/octave-forge-base/pkg-plist
+++ b/math/octave-forge-base/pkg-plist
@@ -1,7 +1,7 @@
-@exec mkdir -p %%LOCALBASE%%/libexec/octave/packages
-@exec mkdir -p %%LOCALBASE%%/share/octave/packages
-@exec mkdir -p %%LOCALBASE%%/share/octave/tarballs
-@unexec rm -rf %%LOCALBASE%%/libexec/octave/packages
-@unexec rm -f %%LOCALBASE%%/share/octave/octave_packages
-@unexec rm -rf %%LOCALBASE%%/share/octave/packages
-@unexec rm -rf %%LOCALBASE%%/share/octave/tarballs
+@exec mkdir -p %D/libexec/octave/packages
+@exec mkdir -p %D/share/octave/packages
+@exec mkdir -p %D/share/octave/tarballs
+@unexec rm -rf %D/libexec/octave/packages 2>&1 >/dev/null || true
+@unexec rm -f %D/share/octave/octave_packages 2>&1 >/dev/null || true
+@unexec rm -rf %D/share/octave/packages 2>&1 >/dev/null || true
+@unexec rm -rf %D/share/octave/tarballs 2>&1 >/dev/null || true