aboutsummaryrefslogtreecommitdiff
path: root/math/maxima/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-04-26 23:25:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-04-26 23:25:39 +0000
commit0a23ec31f1781df97df0904068498724ab801ae7 (patch)
treecf536bf1bcef0b30b434cfb202a74cc5941ba94c /math/maxima/Makefile
parentaa3d4c052bb47d0ac97090f67936e8d7362df93d (diff)
Notes
Diffstat (limited to 'math/maxima/Makefile')
-rw-r--r--math/maxima/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index 47fefcbff6c2..22ddb8d96c53 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= maxima
-PORTVERSION= 5.17.1
-PORTREVISION= 3
+PORTVERSION= 5.18.1
CATEGORIES= math tk
MASTER_SITES= SF
@@ -78,8 +77,8 @@ IGNORE= define only one lisp
.endif
post-patch:
- ${REINPLACE_CMD} -e "s;tclsh;${TCLSH};g" ${WRKSRC}/interfaces/xmaxima/Makefile.am \
- ${WRKSRC}/interfaces/xmaxima/Makefile.in
+ ${FIND} -X ${WRKSRC}/archive ${WRKSRC}/interfaces/xmaxima \
+ -name "Makefile*" | ${XARGS} ${REINPLACE_CMD} -e "s;tclsh;${TCLSH};g"
( cd ${WRKSRC}/doc/info ; ${LOCALBASE}/bin/bash ./fix_crlf ; \
${LOCALBASE}/bin/bash ./fix_tab )