diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-11-07 13:36:32 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-11-07 13:36:32 +0000 |
commit | 8337b36baef651f44c9a29a315dcf88a61de9b84 (patch) | |
tree | fcbbe7bb57aa7c62c90e6824448aa05c788e8e8f /math/octave-forge-signal/Makefile | |
parent | 7988b757539e8554d95d4c5bf0106a8e5c6c868d (diff) | |
download | ports-8337b36baef651f44c9a29a315dcf88a61de9b84.tar.gz ports-8337b36baef651f44c9a29a315dcf88a61de9b84.zip |
Notes
Diffstat (limited to 'math/octave-forge-signal/Makefile')
-rw-r--r-- | math/octave-forge-signal/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/octave-forge-signal/Makefile b/math/octave-forge-signal/Makefile index ceded546a377..b8ecd496d648 100644 --- a/math/octave-forge-signal/Makefile +++ b/math/octave-forge-signal/Makefile @@ -6,17 +6,18 @@ # PORTNAME= octave-forge-signal -PORTVERSION= 1.0.11 -PORTREVISION= 2 +PORTVERSION= 1.1.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -WRKSRC= ${WRKDIR}/${DISTNAME}/src +WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:${PORTSDIR}/math/octave-forge-optim RUN_DEPENDS+= ${TARBALLS_DIR}/specfun.tar.gz:${PORTSDIR}/math/octave-forge-specfun +RUN_DEPENDS+= ${TARBALLS_DIR}/control.tar.gz:${PORTSDIR}/math/octave-forge-control +RUN_DEPENDS+= ${TARBALLS_DIR}/audio.tar.gz:${PORTSDIR}/math/octave-forge-audio .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" @@ -25,6 +26,6 @@ post-patch: post-build: ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure - cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME} + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} .include <bsd.port.post.mk> |