blob: 5f3420afcc318fdb9abc45e5a5502b85a9a59999 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2001/05/30 09:44:00 abs Exp $
--- Makefile.orig Wed May 30 02:07:11 2001
+++ Makefile Wed May 30 02:08:00 2001
@@ -1,7 +1,7 @@
# Copyright (c) 1994, 1995 James Clark
# See the file COPYING for copying permission.
-prefix=/usr/local
+prefix=@PREFIX@
exec_prefix=$(prefix)
# Where to install the binaries
bindir=$(exec_prefix)/bin
|