mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
14 lines
522 B
Plaintext
14 lines
522 B
Plaintext
$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);' \
|