mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
579fb031a5
1106. Submitted by: David O'Brien (obrien@cs.ucdavis.edu)
12 lines
88 B
Bash
12 lines
88 B
Bash
#!/bin/sh
|
|
|
|
cd $WRKSRC || exit 1;
|
|
|
|
cat >> Makefile << END
|
|
|
|
PREFIX= $PREFIX
|
|
|
|
END
|
|
exit 0;
|
|
|