16 lines
450 B
Plaintext
16 lines
450 B
Plaintext
$NetBSD: patch-servlink_makefile_in,v 1.1 2011/08/29 01:24:03 dholland Exp $
|
|
|
|
- fix DESTDIR support
|
|
|
|
--- servlink/Makefile.in~ 2007-02-28 04:17:47.000000000 +0000
|
|
+++ servlink/Makefile.in
|
|
@@ -15,7 +15,7 @@ MV = @MV@
|
|
RM = @RM@
|
|
SED = @SED@
|
|
prefix = @prefix@
|
|
-exec_prefix = $(DESTDIR)@exec_prefix@
|
|
+exec_prefix = @exec_prefix@
|
|
bindir = $(DESTDIR)@bindir@
|
|
datarootdir = $(DESTDIR)@datarootdir@
|
|
|