svn commit: r317384 - head/science/euler
Baptiste Daroussin
bapt at FreeBSD.org
Sat May 4 22:26:48 UTC 2013
Author: bapt
Date: Sat May 4 22:26:47 2013
New Revision: 317384
URL: http://svnweb.freebsd.org/changeset/ports/317384
Log:
Fix build with bmake
Modified:
head/science/euler/Makefile
Modified: head/science/euler/Makefile
==============================================================================
--- head/science/euler/Makefile Sat May 4 22:25:56 2013 (r317383)
+++ head/science/euler/Makefile Sat May 4 22:26:47 2013 (r317384)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection Makefile for: euler
-# Date created: May 14, 2002
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= euler
PORTVERSION= 1.61.0
@@ -19,6 +14,10 @@ COMMENT= A program computes with real an
USE_GNOME= gtk20
GNU_CONFIGURE= yes
+.if defined(.PARSEDIR)
+USE_GMAKE= yes
+.endif
+
.include <bsd.port.pre.mk>
post-patch:
@@ -29,7 +28,7 @@ post-patch:
/-O3/d' ${WRKSRC}/src/Makefile.in
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/docs && ${FIND} . ! -name "*Makefile*" | \
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
More information about the svn-ports-head
mailing list