From d3dae7dbe7ff21bb62539a9fac6d83d4e266085e Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Fri, 5 Dec 2003 09:05:06 +0000 Subject: - Update to version 8.1.3 * Fix the bug with $LANG PR: 59877 Submitted by: maintainer --- graphics/xd3d/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/xd3d/Makefile') diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile index 935cbc4ac13c..9fc5a14900b1 100644 --- a/graphics/xd3d/Makefile +++ b/graphics/xd3d/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xd3d -PORTVERSION= 8.0.3 +PORTVERSION= 8.1.0 CATEGORIES= graphics math MASTER_SITES= http://www.cmap.polytechnique.fr/~jouve/xd3d/ @@ -45,7 +45,7 @@ F77?= f77 FFLAGS?= -O MEMORY_XD3D?= 64 -.if defined(LANG) && ${LANG:M${fr}*} != "" +.if defined(LANG) && ${LANG:Mfr*} != "" XD3D_LANG= FRANCAIS .else XD3D_LANG= ENGLISH @@ -63,7 +63,7 @@ do-fetch: .endif post-patch: - @${CP} ${FILESDIR}/RULES.FreeBSD ${WRKSRC}/RULES + @${CP} ${WRKSRC}/RULES.freeBSD ${WRKSRC}/RULES @${REINPLACE_CMD} -e "s|%%WRKSRC%%|${WRKSRC}|" \ -e "s|%%PREFIX%%|${PREFIX}|" \ -e "s|%%X11BASE%%|${X11BASE}|" \ -- cgit v1.2.3