diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:09:13 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:09:13 +0000 |
commit | e56e18e09801ff5027d293641d6b0ceb5827ede1 (patch) | |
tree | 26ee18a936c378f0a98b74aa500ad77929e166bf /devel/spin/Makefile | |
parent | 24dc871e29381cff44d146ec0532cb6ec0ca7adc (diff) |
Notes
Diffstat (limited to 'devel/spin/Makefile')
-rw-r--r-- | devel/spin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/spin/Makefile b/devel/spin/Makefile index cdf4a5be97b8..184c53739e51 100644 --- a/devel/spin/Makefile +++ b/devel/spin/Makefile @@ -6,12 +6,12 @@ # PORTNAME= spin -PORTVERSION= 3.39 +PORTVERSION= 3.3.10 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/spin/ \ ftp://www.netlib.org/spin/ \ ftp://ftp.freesoftware.com/pub/netlib/spin/ -DISTFILES= spin339.tar.gz html.tar.gz +DISTFILES= spin3310.tar.gz html.tar.gz MAINTAINER= jhanna@home.com @@ -28,9 +28,9 @@ pre-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin338.tcl ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin3310.tcl ${PREFIX}/bin ${RM} -f ${PREFIX}/bin/xspin - ${LN} -s ${PREFIX}/bin/xspin338.tcl ${PREFIX}/bin/xspin + ${LN} -s ${PREFIX}/bin/xspin3310.tcl ${PREFIX}/bin/xspin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/spin/Doc |