mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
390 B
Plaintext
14 lines
390 B
Plaintext
$NetBSD: patch-ae,v 1.1 2006/04/08 23:10:29 jlam Exp $
|
|
|
|
--- src/ndtpdaily.in.orig 2001-02-03 08:18:05.000000000 -0500
|
|
+++ src/ndtpdaily.in
|
|
@@ -24,7 +24,7 @@ $, = ' ';
|
|
umask(022);
|
|
|
|
# PATH
|
|
-$ENV{'PATH'} = '/usr/bin:/bin';
|
|
+$ENV{'PATH'} = '@prefix@/bin:@LOCALBASE@/bin:/usr/bin:/bin';
|
|
$ENV{'PATH'} .= ':/usr/ucb' if (-d '/usr/ucb');
|
|
|
|
# Program name, program version and mailing address.
|