summaryrefslogtreecommitdiff
path: root/lang/schemetoc/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-10-27 22:30:02 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-10-27 22:30:02 +0000
commit1a2c3a9809cb9007ac065a8fee8fb06d51f794ec (patch)
treefdf33fc016f99ee211ea28d9f4cf5c99bd8d116c /lang/schemetoc/Makefile
parentAdd back phoenix now that the problems have been resolved, and add squid. (diff)
Fix MASTER_SITES, and condense the REINPLACE commands.
PR: 44485 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: pat
Notes
Notes: svn path=/head/; revision=68958
Diffstat (limited to 'lang/schemetoc/Makefile')
-rw-r--r--lang/schemetoc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/schemetoc/Makefile b/lang/schemetoc/Makefile
index 844c0baf5f30..eda2b5b6e790 100644
--- a/lang/schemetoc/Makefile
+++ b/lang/schemetoc/Makefile
@@ -8,7 +8,7 @@
PORTNAME= schemetoc
PORTVERSION= 93.3.15
CATEGORIES= lang
-MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/Scheme-to-C/
+MASTER_SITES= http://www.cs.indiana.edu/pub/scheme-repository/imp/Scheme-to-C/
DISTNAME= 15mar93
EXTRACT_SUFX= .tar.Z
@@ -31,7 +31,7 @@ post-extract:
.endfor
post-patch:
- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/scsc/*.sc
- @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/scsc/*.sc
+ @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g; \
+ s|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/scsc/*.sc
.include <bsd.port.mk>