diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-12-15 06:20:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-12-15 06:20:23 +0000 |
commit | dfd863c689564ca1cb1462168b98b0cb15126ffe (patch) | |
tree | 871390f811e91eccf57bc0a5a9e4bef38d0de491 /math/mathomatic | |
parent | 9990b39a9dda2828425afcfb5b8618a59773430b (diff) | |
download | ports-dfd863c689564ca1cb1462168b98b0cb15126ffe.tar.gz ports-dfd863c689564ca1cb1462168b98b0cb15126ffe.zip |
Notes
Diffstat (limited to 'math/mathomatic')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 3f294c953167..04fc2f18d9db 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -7,6 +7,7 @@ PORTNAME= mathomatic PORTVERSION= 15.0.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ \ CRITICAL @@ -25,8 +26,7 @@ PORTDOCS= * MAN1= mathomatic.1 post-patch: - @${REINPLACE_CMD} -e '/^CFLAGS/ s|-O2||; /^LDFLAGS/ s|-s||' \ - ${WRKSRC}/makefile + @${REINPLACE_CMD} -e '/^CFLAGS/ s|-O||' ${WRKSRC}/makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin diff --git a/math/mathomatic/pkg-descr b/math/mathomatic/pkg-descr index 424705e82925..c92336dda16b 100644 --- a/math/mathomatic/pkg-descr +++ b/math/mathomatic/pkg-descr @@ -7,4 +7,4 @@ Mathomatic can: * Perform complex number and polynomial arithmetic, * Generate efficient C or Java code from equations. -WWW: http://mathomatic.orgserve.de/math/ +WWW: http://www.mathomatic.org |