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