diff options
author | nectar <nectar@FreeBSD.org> | 2000-12-03 01:03:17 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-12-03 01:03:17 +0800 |
commit | cf38c6372c10d0e1cdb22d9c43e71bb4ff94650b (patch) | |
tree | 6fc9bf9e1a230c150862cf783bcf9ed8511b30af /sysutils | |
parent | af8e4598124c26f70dc4ce5583734dc05c7ab564 (diff) | |
download | freebsd-ports-gnome-cf38c6372c10d0e1cdb22d9c43e71bb4ff94650b.tar.gz freebsd-ports-gnome-cf38c6372c10d0e1cdb22d9c43e71bb4ff94650b.tar.zst freebsd-ports-gnome-cf38c6372c10d0e1cdb22d9c43e71bb4ff94650b.zip |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/doconfig/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/doconfig/files/patch-aa b/sysutils/doconfig/files/patch-aa index e54e08c90787..23b42be85c16 100644 --- a/sysutils/doconfig/files/patch-aa +++ b/sysutils/doconfig/files/patch-aa @@ -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; |