freebsd-ports/audio/oss/files/patch-setup-FreeBSD-make.local
Jung-uk Kim 7c7d5b0c28 Chase the source tarball changes by the vendor.
Two patches were missing in the previous commit.  Oops.
2008-01-07 17:37:38 +00:00

14 lines
360 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/usr/lib/oss/build && sh install.sh