From 83d7fd8ac945a4a78a80388993b85cba4fbcdbaa Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Fri, 5 Jul 2013 20:59:44 +0000 Subject: - Remove .include ; bsd.ports.post.mk to bsd.ports.mk; ${PORTSDIR} to ${.CURDIR}/../.. in the .include for bsd.octave.mk. This is because USE_GMAKE no longer works after .include . - Trim headers. - Clean whitespace. - Portlint. --- math/octave-forge-gnuplot/Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'math/octave-forge-gnuplot') diff --git a/math/octave-forge-gnuplot/Makefile b/math/octave-forge-gnuplot/Makefile index a5ff611086ac..9fb1d6625bb7 100644 --- a/math/octave-forge-gnuplot/Makefile +++ b/math/octave-forge-gnuplot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: octave-forge-gnuplot -# Date created: 6 June 2010 -# Whom: Stephen Montgomery-Smith -# +# Created by: Stephen Montgomery-Smith # $FreeBSD$ -# PORTNAME= octave-forge-gnuplot PORTVERSION= 1.0.1 @@ -17,8 +13,8 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} -.include -.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + do-build: @${DO_NADA} @@ -26,4 +22,4 @@ post-build: ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} -.include +.include -- cgit v1.2.3