diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-05-03 08:57:37 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-05-03 08:57:37 +0000 |
commit | eb32d55bf9efedc3902d8db8417e3bdd82326e85 (patch) | |
tree | 8a17ffeb59322c1c60221032a609316ae79399a2 /math | |
parent | Update module mailbox-1.010-4. (diff) |
Update to 2.5.2
Notes
Notes:
svn path=/head/; revision=80045
Diffstat (limited to 'math')
-rw-r--r-- | math/mupad/Makefile | 15 | ||||
-rw-r--r-- | math/mupad/pkg-plist | 4 |
2 files changed, 7 insertions, 12 deletions
diff --git a/math/mupad/Makefile b/math/mupad/Makefile index 5ec9bf112e4a..1435de9e0057 100644 --- a/math/mupad/Makefile +++ b/math/mupad/Makefile @@ -6,12 +6,12 @@ # PORTNAME= mupad -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 CATEGORIES= math linux MASTER_SITES= ftp://ftp.mupad.de/MuPAD/distrib/unix/ \ ftp://archives.cs.ehime-u.ac.jp/pub/MuPAD/distrib/unix/ \ ftp://ftp.uni-paderborn.de/pub/MuPAD/distrib/unix/ -DISTFILES= bin_linux_scilab_251.tgz share_251.tgz +DISTFILES= bin_linux_scilab_252.tgz share_252.tgz DIST_SUBDIR= mupad MAINTAINER= maho@FreeBSD.org @@ -34,8 +34,8 @@ NO_FILTER_SHLIBS= yes NO_WRKSUBDIR= yes NO_BUILD= yes -MAN1= killpvmd.1 mmg.1 mmgd.1 mupad.1 pvmdstatus.1 scilabstop.1 xmupad.1 -MANN= xrastool.n xview.n +MAN1= mmg.1 mmgd.1 mupad.1 xmupad.1 + do-install: @${MKDIR} ${PREFIX}/mupad/freebsd @${MKDIR} ${PREFIX}/mupad/share @@ -53,12 +53,11 @@ do-install: brandelf -t Linux ${PREFIX}/mupad/freebsd/bin/$d .endfor -.for section in 1 n -.for d in ${MAN${section:U}} - ${INSTALL_MAN} ${WRKSRC}/share/doc/man/man${section}/$d ${PREFIX}/man/man${section} -.endfor +.for d in ${MAN1} + ${INSTALL_MAN} ${WRKSRC}/share/doc/man/man1/$d ${PREFIX}/man/man1 .endfor + .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/mupad/share/doc ${TAR} cf - -C ${WRKSRC}/share/doc --exclude man1 --exclude mann . | ${TAR} xf - -C ${PREFIX}/mupad/share/doc diff --git a/math/mupad/pkg-plist b/math/mupad/pkg-plist index fc11cfb5e85c..c8e6fd6cd596 100644 --- a/math/mupad/pkg-plist +++ b/math/mupad/pkg-plist @@ -1405,9 +1405,6 @@ mupad/share/copyright/zlib/README %%PORTDOCS%%mupad/share/doc/dvi/student.mdvi %%PORTDOCS%%mupad/share/doc/dvi/transform.mdvi %%PORTDOCS%%mupad/share/doc/dvi/tutorium.mdvi -%%PORTDOCS%%mupad/share/doc/man/CVS/Entries -%%PORTDOCS%%mupad/share/doc/man/CVS/Repository -%%PORTDOCS%%mupad/share/doc/man/CVS/Root %%PORTDOCS%%mupad/share/doc/man/man.cf mupad/share/lib/.MMMinit mupad/share/lib/lib.tar @@ -1503,7 +1500,6 @@ mupad/share/unix/xvcam64.xpm @dirrm mupad/share/mmg/include @dirrm mupad/share/mmg @dirrm mupad/share/lib -%%PORTDOCS%%@dirrm mupad/share/doc/man/CVS %%PORTDOCS%%@dirrm mupad/share/doc/man %%PORTDOCS%%@dirrm mupad/share/doc/dvi/fonts %%PORTDOCS%%@dirrm mupad/share/doc/dvi/PICTURES/zeta |