summaryrefslogtreecommitdiffstats
path: root/devel/SpecTcl/Makefile
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2002-11-23 08:06:36 +0000
committernork <nork@FreeBSD.org>2002-11-23 08:06:36 +0000
commitd36c07746d6b0c15ce3e9110200c360190d1d20b (patch)
tree694d7a19c3061f9471d4490f63c94721c6d4fa61 /devel/SpecTcl/Makefile
parentdf3387843c7d0bde11ded03894f198e05bf64e14 (diff)
downloadFreeBSD-ports-d36c07746d6b0c15ce3e9110200c360190d1d20b.zip
FreeBSD-ports-d36c07746d6b0c15ce3e9110200c360190d1d20b.tar.gz
Update MASTER_SITES and WWW: line and tk80 -> tk83.
PR: ports/45616 Submitted by: Ports Fury
Diffstat (limited to 'devel/SpecTcl/Makefile')
-rw-r--r--devel/SpecTcl/Makefile19
1 files changed, 12 insertions, 7 deletions
diff --git a/devel/SpecTcl/Makefile b/devel/SpecTcl/Makefile
index 83e9fb4..0fa1e8a 100644
--- a/devel/SpecTcl/Makefile
+++ b/devel/SpecTcl/Makefile
@@ -7,21 +7,26 @@
PORTNAME= SpecTcl
PORTVERSION= 1.1
-PORTREVISION= 1
-CATEGORIES= devel tk80
-MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/guitools/
+PORTREVISION= 2
+CATEGORIES= devel tk83
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME:L}
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
+RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
-USE_REINPLACE= yes
NO_BUILD= yes
+USE_REINPLACE= yes
+
+WISH= ${LOCALBASE}/bin/wish8.3
post-patch:
- @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/bin/specJava
- @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/bin/specTcl
+.for file in specJava specTcl
+ @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
+ s|%%WISH%%|${WISH}|g' ${WRKSRC}/bin/${file}
+.endfor
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/specJava ${PREFIX}/bin
OpenPOWER on IntegriCloud