mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
14 lines
195 B
Plaintext
14 lines
195 B
Plaintext
|
+++ install.c
|
||
|
12a13
|
||
|
> noc; /* hack for bin package install -- see port pkg/INSTALL */
|
||
|
77a79
|
||
|
> if (!noc) {
|
||
|
117a120
|
||
|
> }
|
||
|
155c158
|
||
|
< void main()
|
||
|
---
|
||
|
> void main(argc, argv)
|
||
|
156a160
|
||
|
> noc=--argc;
|