mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Support PREFIX properly.
PR: ports/21372 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Hall of shame: Me, for letting this trivial change lounge for 3 months
This commit is contained in:
parent
b97778f3a2
commit
dd744187ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35610
@ -14,7 +14,7 @@
|
||||
|
||||
$version = "1.1";
|
||||
-$autokernconf = "/usr/sbin/autokernconf";
|
||||
+$autokernconf = "/usr/local/sbin/autokernconf";
|
||||
+$autokernconf = "%%PREFIX%%/sbin/autokernconf";
|
||||
$autokernconf_args = "";
|
||||
$autoinstall = 0;
|
||||
$autoreboot = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user