1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/print/gp/scripts/configure
Jun-ichiro itojun Hagino 4074a72f30 port update, to let it build correctly.
PR:		6110
1998-04-18 12:54:22 +00:00

7 lines
114 B
Bash

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