blob: 44a98d9f427ba902c92b504d600eab164051dd45 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- 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
|