svn commit: r322616 - head/math/sdpara
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 10 06:09:21 UTC 2013
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 at FreeBSD.org>
-#
+# Created by: NAKATA, Maho <maho at 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>
More information about the svn-ports-head
mailing list