mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
14 lines
366 B
Text
14 lines
366 B
Text
--- setup/FreeBSD/make.local.orig 2008-01-05 18:38:18.000000000 -0500
|
|
+++ setup/FreeBSD/make.local 2008-01-07 11:52:17.000000000 -0500
|
|
@@ -2,10 +2,9 @@
|
|
sh build.sh
|
|
|
|
copy: build
|
|
- cp -R prototype/* /
|
|
|
|
package: build
|
|
sh setup/FreeBSD/mkpkg.sh
|
|
|
|
install: copy
|
|
- cd /usr/lib/oss/build && sh install.sh
|
|
+ cd prototype%%PREFIX%%/lib/oss/build && sh install.sh
|