mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
4 lines
131 B
Bash
4 lines
131 B
Bash
#!/bin/sh
|
|
|
|
mv ${WRKSRC}/mirror.pl ${WRKSRC}/mirror.pl.bak
|
|
sed <${WRKSRC}/mirror.pl.bak >${WRKSRC}/mirror.pl s+!!PREFIX!!+$PREFIX+g
|