summaryrefslogtreecommitdiff
path: root/pkgtools/pkgdiff/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2004-10-27 01:27:31 +0000
committerwiz <wiz>2004-10-27 01:27:31 +0000
commit47c59f366e8d4de085d2f624e5cdc245b985658b (patch)
treec2adc3df10518140d4aa123e35f5ce6cdd3fcee2 /pkgtools/pkgdiff/Makefile
parent33bdb4d76a33e9ea3f1bf402693ac9c79c9fd8e2 (diff)
downloadpkgsrc-47c59f366e8d4de085d2f624e5cdc245b985658b.tar.gz
Use complete path and GNU_PROGRAM_PREFIX on Solaris.
From ISIHARA Takanori and a cube. Closes PR 27494.
Diffstat (limited to 'pkgtools/pkgdiff/Makefile')
-rw-r--r--pkgtools/pkgdiff/Makefile4
1 files changed, 2 insertions, 2 deletions
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