diff options
author | stephen <stephen@FreeBSD.org> | 2014-01-13 00:35:23 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2014-01-13 00:35:23 +0800 |
commit | 34158f7171c303f33667a7564a66e96a286e638a (patch) | |
tree | 6f58fe520cc98f01a5b1f35e4542a5a46734e55e /math/octave-forge-quaternion | |
parent | e78ad73406a13bbaa2ea27f37057a9e73897d77f (diff) | |
download | freebsd-ports-gnome-34158f7171c303f33667a7564a66e96a286e638a.tar.gz freebsd-ports-gnome-34158f7171c303f33667a7564a66e96a286e638a.tar.zst freebsd-ports-gnome-34158f7171c303f33667a7564a66e96a286e638a.zip |
- Implement staging for octave-forge ports.
Diffstat (limited to 'math/octave-forge-quaternion')
-rw-r--r-- | math/octave-forge-quaternion/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/octave-forge-quaternion/Makefile b/math/octave-forge-quaternion/Makefile index 423cd261347d..6ffe6185c618 100644 --- a/math/octave-forge-quaternion/Makefile +++ b/math/octave-forge-quaternion/Makefile @@ -14,7 +14,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: |