diff options
Diffstat (limited to 'math/octave-forge-tcl-octave/Makefile')
| -rw-r--r-- | math/octave-forge-tcl-octave/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/math/octave-forge-tcl-octave/Makefile b/math/octave-forge-tcl-octave/Makefile index 69e0c37afca2..ef5403ae778c 100644 --- a/math/octave-forge-tcl-octave/Makefile +++ b/math/octave-forge-tcl-octave/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: octave-forge-tcl-octave -# Date created: 8 September 2008 -# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> -# +# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu> # $FreeBSD$ -# PORTNAME= octave-forge-tcl-octave PORTVERSION= 0.1.8 @@ -12,10 +8,10 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + GNU_CONFIGURE= yes USE_TCL_WRAPPER= yes -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.octave.mk" -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../Mk/bsd.octave.mk" +.include <bsd.port.mk> |
