Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2013 06:09:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322616 - head/math/sdpara
Message-ID:  <201307100609.r6A69LCU009744@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jul 10 06:09:21 2013
New Revision: 322616
URL: http://svnweb.freebsd.org/changeset/ports/322616

Log:
  Remove useless dancing of .pre.mk/.post.mk
  This fixes build with the new gmake definitons

Modified:
  head/math/sdpara/Makefile

Modified: head/math/sdpara/Makefile
==============================================================================
--- head/math/sdpara/Makefile	Wed Jul 10 05:21:51 2013	(r322615)
+++ head/math/sdpara/Makefile	Wed Jul 10 06:09:21 2013	(r322616)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    sdpara
-# Date created:                         March 17 2003
-# Whom:                                 NAKATA, Maho <maho@FreeBSD.org>
-#
+# Created by: NAKATA, Maho <maho@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	sdpara
 PORTVERSION=	7.2.1
@@ -21,15 +17,13 @@ LIB_DEPENDS=	scalapack:${PORTSDIR}/math/
 		blacs:${PORTSDIR}/math/blacs \
 		mpich:${PORTSDIR}/net/mpich2
 
-.include <bsd.port.pre.mk>
-
 SRCDATE=	20090109
 MANDATE=	20080618
 MANUALVER=	7.1.1
 SRCFILE=	${PORTNAME}.${PORTVERSION}.src.${SRCDATE}.tar.gz
 #MANUALFILE=	${PORTNAME}.${MANUALVER}.manual.${MANDATE}.pdf
 USE_FORTRAN=	yes
-USE_GMAKE=	yes
+USES=		gmake
 WRKSRC=		${WRKDIR}/${PORTNAME}.${PORTVERSION}
 
 .if exists(${LOCALBASE}/lib/libgoto2.so)
@@ -101,4 +95,4 @@ do-install:
 #	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${MANUALFILE} ${DOCSDIR}
 #.endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307100609.r6A69LCU009744>