mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
- Fix and rename patches to match file names - Depend on perl5 only during build - Make portlint happy - Replace with sed and do it in pre-patch stage - Use DATADIR and MANPREFIX PR: ports/152300 Approved by: luigi (maintainer, private e-mail)
11 lines
303 B
C
11 lines
303 B
C
--- libinstaller/syslxopt.h.orig 2010-11-16 14:53:01.569209804 +0100
|
|
+++ libinstaller/syslxopt.h 2010-11-16 14:53:08.769406093 +0100
|
|
@@ -18,6 +18,8 @@
|
|
int install_mbr;
|
|
int activate_partition;
|
|
const char *bootsecfile;
|
|
+ int verbose;
|
|
+ const char *bimage;
|
|
};
|
|
|
|
enum long_only_opt {
|