$NetBSD: patch-Makefile.in,v 1.1 2012/12/15 13:35:24 cheusov Exp $ destdir support with standard variable DESTDIR --- src/Makefile.in.orig 2012-07-19 06:42:51.000000000 +0000 +++ src/Makefile.in @@ -43,7 +43,7 @@ BUILD_BASE= # Please note that Pike will not work until moved into the proper # place. -Hubbe # -buildroot= +buildroot=$(DESTDIR) prefix = @prefix@ exec_prefix = @exec_prefix@