aboutsummaryrefslogtreecommitdiff
path: root/graphics/xd3d/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-05 09:05:06 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-05 09:05:06 +0000
commitd3dae7dbe7ff21bb62539a9fac6d83d4e266085e (patch)
treea3b10543b49b155e882f25b403121eb113e2a27a /graphics/xd3d/Makefile
parentae4f8c3a11745636c021541f9ae984639c4d6dff (diff)
downloadports-d3dae7dbe7ff21bb62539a9fac6d83d4e266085e.tar.gz
ports-d3dae7dbe7ff21bb62539a9fac6d83d4e266085e.zip
- Update to version 8.1.3
* Fix the bug with $LANG PR: 59877 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=95115
Diffstat (limited to 'graphics/xd3d/Makefile')
-rw-r--r--graphics/xd3d/Makefile6
1 files changed, 3 insertions, 3 deletions
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}|" \