From 678e7bd692cb3a5f4ed265e5712b78ac4a5c11c2 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 27 Oct 2004 01:27:31 +0000 Subject: Use complete path and GNU_PROGRAM_PREFIX on Solaris. From ISIHARA Takanori and a cube. Closes PR 27494. --- pkgtools/pkgdiff/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools/pkgdiff') diff --git a/pkgtools/pkgdiff/Makefile b/pkgtools/pkgdiff/Makefile index a798db39697..fa99a48d03a 100644 --- a/pkgtools/pkgdiff/Makefile +++ b/pkgtools/pkgdiff/Makefile @@ -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 @@ BUILD_DEFS+= MANINSTALL .if ${OPSYS} == "SunOS" DEPENDS+= diffutils-[0-9]*:../../devel/diffutils -DIFF?= gdiff +DIFF?= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}diff MANINSTALL= .else DIFF?= diff -- cgit v1.2.3