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-signal | |
parent | a04d8f3d2871b8bf069ed7b1e690fb1c0646d101 (diff) | |
download | ports-b90d62cbfc15524401267ba503395dbe56ba0878.tar.gz ports-b90d62cbfc15524401267ba503395dbe56ba0878.zip |
- Implement staging for octave-forge ports.
Notes
Notes:
svn path=/head/; revision=339520
Diffstat (limited to 'math/octave-forge-signal')
-rw-r--r-- | math/octave-forge-signal/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/octave-forge-signal/Makefile b/math/octave-forge-signal/Makefile index 8d84cc3d42a7..ca4e56d102b9 100644 --- a/math/octave-forge-signal/Makefile +++ b/math/octave-forge-signal/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/specfun.tar.gz:${PORTSDIR}/math/octave-forge-specf RUN_DEPENDS+= ${TARBALLS_DIR}/control.tar.gz:${PORTSDIR}/math/octave-forge-control RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-patch: |