mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
5 lines
131 B
Plaintext
5 lines
131 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
mv ${WRKSRC}/cucipop.8 ${WRKSRC}/cucipop.8.bak
|
||
|
sed <${WRKSRC}/cucipop.8.bak >${WRKSRC}/cucipop.8 s+!!PREFIX!!+$PREFIX+g
|