mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
sed -e "s;@X11BASE@;${X11BASE};g" -e "s;@PREFIX@;${PREFIX};g" \
|
||
|
${FILESDIR}/netscape.sh >${WRKSRC}/netscape
|
||
|
chmod +x ${WRKSRC}/netscape
|
||
|
|