mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Fix do-install target and plist to install manpages in share/man Reorder and format Makefile to make linter happy
6 lines
200 B
Bash
6 lines
200 B
Bash
--- make-makelibso.sh.orig Wed Dec 31 21:00:00 1969 UTC
|
|
+++ make-makelibso.sh
|
|
@@ -0,0 +1,3 @@
|
|
+echo 'main="$1"; shift'
|
|
+echo 'rm -f "$main"'
|
|
+echo $CC '-shared -Wl,-soname,$main -o "$main" ${1+"$@"}'
|