diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-13 00:35:23 +0800 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-13 00:35:23 +0800 |
commit | b90d62cbfc15524401267ba503395dbe56ba0878 (patch) | |
tree | 6f58fe520cc98f01a5b1f35e4542a5a46734e55e /math/octave-forge-base | |
parent | a04d8f3d2871b8bf069ed7b1e690fb1c0646d101 (diff) | |
download | freebsd-ports-gnome-b90d62cbfc15524401267ba503395dbe56ba0878.tar.gz freebsd-ports-gnome-b90d62cbfc15524401267ba503395dbe56ba0878.tar.zst freebsd-ports-gnome-b90d62cbfc15524401267ba503395dbe56ba0878.zip |
- Implement staging for octave-forge ports.
Diffstat (limited to 'math/octave-forge-base')
-rw-r--r-- | math/octave-forge-base/Makefile | 7 |
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> |