$OpenBSD: patch-configure,v 1.3 2014/03/26 12:57:18 jasper Exp $
--- configure.orig	Sat Mar 22 16:52:01 2014
+++ configure	Wed Mar 26 10:36:29 2014
@@ -92,7 +92,7 @@ parser.add_option("-c", "--cc", dest="cc", help="C com
 (options, args) = parser.parse_args()
 
 if not options.prefix:
-	options.prefix = "/usr"
+	options.prefix = "${DESTDIR}${PREFIX}"
 if not options.dest:
 	options.dest = ""
 if not options.cc:
