aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-10-07 11:24:47 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-10-07 11:24:47 +0000
commitffbfef47c9087d868849c7a852597df4ed8de5f7 (patch)
treefff7ff7b7287d8554ba93c0bb836b4efffdd4617 /devel
parent906e12b06be9e438d301572982245582f1787fb1 (diff)
downloadports-ffbfef47c9087d868849c7a852597df4ed8de5f7.tar.gz
ports-ffbfef47c9087d868849c7a852597df4ed8de5f7.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/spin/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/spin/Makefile b/devel/spin/Makefile
index a7d867cc9f34..b0ad0bd2e1ad 100644
--- a/devel/spin/Makefile
+++ b/devel/spin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= spin
PORTVERSION= 4.2.6
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://spinroot.com/spin/Src/
DISTNAME= spin${PORTVERSION:S/.//g}
@@ -43,11 +44,9 @@ pre-patch:
.if !defined(WITHOUT_XSPIN)
post-patch:
- @WISH=`(cd ${LOCALBASE}/bin ; ${LS} wish8* ) | tail -1` ; \
- if [ -z "$$WISH" ] ; then WISH=wish8.0 ; fi ; \
- ${REINPLACE_CMD} \
+ @${REINPLACE_CMD} \
-e "s|%%LOCALBASE%%|${LOCALBASE}|g;" \
- -e "s|%%WISH%%|$$WISH|g" ${XSPIN_TCL}
+ -e "s|%%WISH%%|wish8.4|g" ${XSPIN_TCL}
.endif
do-install: