mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
14 lines
359 B
Text
14 lines
359 B
Text
--- setup/FreeBSD/make.local.orig 2015-01-24 04:25:26 UTC
|
|
+++ setup/FreeBSD/make.local
|
|
@@ -2,10 +2,9 @@ build: kernel/framework/include/buildid
|
|
sh build.sh
|
|
|
|
copy: build
|
|
- cp -R prototype/* /
|
|
|
|
package: build
|
|
sh setup/FreeBSD/mkpkg.sh
|
|
|
|
install: copy
|
|
- cd ${OSSLIBDIR}/build && sh install.sh
|
|
+ cd prototype%%PREFIX%%/lib/oss/build && sh install.sh
|