diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-06-09 08:26:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-06-09 08:26:57 +0000 |
commit | 2148462d9a1ca6bc4a8a411ef0f0dd0cd2ecce55 (patch) | |
tree | e6ded02886b238ce2b899addf2c0f23488562342 /math/octave-forge-odepkg/Makefile | |
parent | 947e60934d7865713ebcdba7d32de841d52865ac (diff) |
Notes
Diffstat (limited to 'math/octave-forge-odepkg/Makefile')
-rw-r--r-- | math/octave-forge-odepkg/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/math/octave-forge-odepkg/Makefile b/math/octave-forge-odepkg/Makefile index 445c3e12c744..8d2c7723f220 100644 --- a/math/octave-forge-odepkg/Makefile +++ b/math/octave-forge-odepkg/Makefile @@ -6,14 +6,18 @@ # PORTNAME= octave-forge-odepkg -PORTVERSION= 0.6.7 -PORTREVISION= 3 +PORTVERSION= 0.6.10 CATEGORIES= math MAINTAINER= stephen@missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/src .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" +post-build: + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME} + .include <bsd.port.post.mk> |