13 lines
522 B
Text
13 lines
522 B
Text
$NetBSD: patch-ad,v 1.1 2006/04/08 23:10:29 jlam Exp $
|
|
|
|
--- src/Makefile.in.orig 2003-05-23 23:47:52.000000000 -0400
|
|
+++ src/Makefile.in
|
|
@@ -574,6 +574,8 @@ ndtpdaily: getopt_long.pl ndtpdaily.in M
|
|
NDTPSTAT="`echo ndtpstat | sed '$(transform)'`"; \
|
|
sed -e 's;\@logdir\@;$(logdir);' \
|
|
-e 's;\@libexecdir\@;$(libexecdir);' \
|
|
+ -e 's;\@prefix\@;$(prefix);' \
|
|
+ -e 's;\@LOCALBASE\@;$(LOCALBASE);' \
|
|
-e 's;\@VERSION\@;$(VERSION);' \
|
|
-e 's;\@MAILX\@;$(MAILX);' \
|
|
-e 's;\@COMPRESS\@;$(COMPRESS);' \
|