mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
c5912aade0
- 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)
12 lines
303 B
C
12 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 {
|