View | Details | Raw Unified | Return to bug 226816
Collapse All | Expand All

(-)math/octave/Makefile (-1 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	octave
4
PORTNAME=	octave
5
PORTVERSION=	4.2.2
5
PORTVERSION=	${OCTAVE_VERSION}
6
CATEGORIES=	math java
6
CATEGORIES=	math java
7
MASTER_SITES=	GNU
7
MASTER_SITES=	GNU
8
8
Lines 104-107 Link Here
104
check regression-test: build
104
check regression-test: build
105
	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check)
105
	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check)
106
106
107
.include "Makefile.version"
107
.include <bsd.port.mk>
108
.include <bsd.port.mk>
(-)math/octave/Makefile.version (+4 lines)
Line 0 Link Here
1
2
# Version to share with ports depending on octave
3
OCTAVE_VERSION=	4.2.2
4

Return to bug 226816