diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-12 16:35:23 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-12 16:35:23 +0000 |
commit | b90d62cbfc15524401267ba503395dbe56ba0878 (patch) | |
tree | 6f58fe520cc98f01a5b1f35e4542a5a46734e55e /math/octave-forge-splines | |
parent | - Fix breakage on 9-STABLE due to GCC changes in r260075 (diff) |
- Implement staging for octave-forge ports.
Notes
Notes:
svn path=/head/; revision=339520
Diffstat (limited to 'math/octave-forge-splines')
-rw-r--r-- | math/octave-forge-splines/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/octave-forge-splines/Makefile b/math/octave-forge-splines/Makefile index bea4d2b6735c..4b88ac508747 100644 --- a/math/octave-forge-splines/Makefile +++ b/math/octave-forge-splines/Makefile @@ -14,7 +14,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: |