diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-05 09:05:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-05 09:05:06 +0000 |
commit | d3dae7dbe7ff21bb62539a9fac6d83d4e266085e (patch) | |
tree | a3b10543b49b155e882f25b403121eb113e2a27a /graphics/xd3d/Makefile | |
parent | ae4f8c3a11745636c021541f9ae984639c4d6dff (diff) |
Notes
Diffstat (limited to 'graphics/xd3d/Makefile')
-rw-r--r-- | graphics/xd3d/Makefile | 6 |
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}|" \ |