aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2011-06-14 22:30:59 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2011-06-14 22:30:59 +0000
commit303c89a1fd2edd0df6a8dbc1a04d46693c6770d9 (patch)
tree5ccff641e2e29ebd643954f516ea9faadcb11600 /math
parent275c3367731a14f49c7f2d702986ef77b4fc635a (diff)
Notes
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