diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-12-15 14:20:23 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-12-15 14:20:23 +0800 |
commit | d0912ccdb7c91a8fff635bac1c3ee909c6bb6e82 (patch) | |
tree | 311666329d71dbe63084e3e76915f14f7ae00d28 /math | |
parent | 0047a8715098e98721ac79f5523d4b3b52147448 (diff) | |
download | freebsd-ports-gnome-d0912ccdb7c91a8fff635bac1c3ee909c6bb6e82.tar.gz freebsd-ports-gnome-d0912ccdb7c91a8fff635bac1c3ee909c6bb6e82.tar.zst freebsd-ports-gnome-d0912ccdb7c91a8fff635bac1c3ee909c6bb6e82.zip |
- Update post-patch section
- Update WWW
- Bump PORTREVISION
Submitted by: George Gesslein II <georgegesslein@gmail.com> (author)
Diffstat (limited to 'math')
-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 |