pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgdiff Use complete path and GNU_PROGRAM_PRE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f5c66595dd0
branches:  trunk
changeset: 482388:3f5c66595dd0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 27 01:27:31 2004 +0000

description:
Use complete path and GNU_PROGRAM_PREFIX on Solaris.
>From ISIHARA Takanori and a cube. Closes PR 27494.

diffstat:

 pkgtools/pkgdiff/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3dd9a403db51 -r 3f5c66595dd0 pkgtools/pkgdiff/Makefile
--- a/pkgtools/pkgdiff/Makefile Wed Oct 27 01:05:53 2004 +0000
+++ b/pkgtools/pkgdiff/Makefile Wed Oct 27 01:27:31 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2004/10/10 09:56:37 dillo Exp $
+# $NetBSD: Makefile,v 1.51 2004/10/27 01:27:31 wiz Exp $
 #
 
 DISTNAME=      pkgdiff-0.115
@@ -30,7 +30,7 @@
 
 .if ${OPSYS} == "SunOS"
 DEPENDS+=      diffutils-[0-9]*:../../devel/diffutils
-DIFF?=         gdiff
+DIFF?=         ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}diff
 MANINSTALL=
 .else
 DIFF?=         diff



Home | Main Index | Thread Index | Old Index