diff options
author | wiz <wiz> | 2004-10-27 01:27:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-10-27 01:27:31 +0000 |
commit | 80fea2a4c353ffaef913d84561a31ecce2e4c048 (patch) | |
tree | c2adc3df10518140d4aa123e35f5ce6cdd3fcee2 /pkgtools | |
parent | e9a3de7f973934a413f5211230b02dc62b39011c (diff) | |
download | pkgsrc-80fea2a4c353ffaef913d84561a31ecce2e4c048.tar.gz |
Use complete path and GNU_PROGRAM_PREFIX on Solaris.
From ISIHARA Takanori and a cube. Closes PR 27494.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkgdiff/Makefile | 4 |
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 |