From owner-svn-ports-all@FreeBSD.ORG Wed Jul 10 06:09:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D8E291CE; Wed, 10 Jul 2013 06:09:21 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CB8EE1681; Wed, 10 Jul 2013 06:09:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6A69LKO009745; Wed, 10 Jul 2013 06:09:21 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6A69LCU009744; Wed, 10 Jul 2013 06:09:21 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307100609.r6A69LCU009744@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 10 Jul 2013 06:09:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322616 - head/math/sdpara X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 06:09:21 -0000 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 -# +# Created by: NAKATA, Maho # $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 - 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 +.include