1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/print/gp/scripts/configure

7 lines
114 B
Plaintext
Raw Normal View History

#!/bin/sh
cd ${WRKSRC}
${MV} Makefile Makefile.bak
${SED} -e 's@^PREFIX[ ]*=.*$@#&@' < Makefile.bak > Makefile