mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Fix MASTER_SITES, and condense the REINPLACE commands.
PR: 44485 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: pat
This commit is contained in:
parent
b421894740
commit
1a2c3a9809
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68958
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user