mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
7 lines
114 B
Plaintext
7 lines
114 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd ${WRKSRC}
|
||
|
|
||
|
${MV} Makefile Makefile.bak
|
||
|
${SED} -e 's@^PREFIX[ ]*=.*$@#&@' < Makefile.bak > Makefile
|