aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-base
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2014-01-12 16:35:23 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2014-01-12 16:35:23 +0000
commitb90d62cbfc15524401267ba503395dbe56ba0878 (patch)
tree6f58fe520cc98f01a5b1f35e4542a5a46734e55e /math/octave-forge-base
parenta04d8f3d2871b8bf069ed7b1e690fb1c0646d101 (diff)
downloadports-b90d62cbfc15524401267ba503395dbe56ba0878.tar.gz
ports-b90d62cbfc15524401267ba503395dbe56ba0878.zip
Notes
Diffstat (limited to 'math/octave-forge-base')
-rw-r--r--math/octave-forge-base/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/octave-forge-base/Makefile b/math/octave-forge-base/Makefile
index 6b053a907df6..dd3671fb804f 100644
--- a/math/octave-forge-base/Makefile
+++ b/math/octave-forge-base/Makefile
@@ -22,13 +22,12 @@ USES= perl5
SUB_FILES= load-octave-pkg
SUB_LIST+= PERL=${PERL}
-NO_STAGE= yes
do-build:
@${DO_NADA}
do-install:
- ${MKDIR} ${PREFIX}/share/octave/tarballs
- ${INSTALL_SCRIPT} ${WRKDIR}/load-octave-pkg ${PREFIX}/libexec/octave
- ${PREFIX}/libexec/octave/load-octave-pkg
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/octave/tarballs
+ ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/octave
+ ${INSTALL_SCRIPT} ${WRKDIR}/load-octave-pkg ${STAGEDIR}${PREFIX}/libexec/octave/.
.include <bsd.port.mk>