diff options
author | tron <tron@pkgsrc.org> | 2001-01-13 16:23:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-13 16:23:04 +0000 |
commit | a978afa86684fb6c52bf6baa739ca49249879505 (patch) | |
tree | aa167276abc817cb6d970341dfd176e19a5bd478 /pkgtools/xpkgwedge | |
parent | d20f1acd71b8ad971f98f7fc95dc0bcdb2ccf7f6 (diff) | |
download | pkgsrc-a978afa86684fb6c52bf6baa739ca49249879505.tar.gz |
Fix typo in last commit.
Diffstat (limited to 'pkgtools/xpkgwedge')
-rw-r--r-- | pkgtools/xpkgwedge/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/xpkgwedge/Makefile b/pkgtools/xpkgwedge/Makefile index b390cc0b566..c989e0037bd 100644 --- a/pkgtools/xpkgwedge/Makefile +++ b/pkgtools/xpkgwedge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/01/13 16:21:20 tron Exp $ +# $NetBSD: Makefile,v 1.17 2001/01/13 16:23:04 tron Exp $ # DISTNAME= xpkgwedge-1.0 @@ -21,8 +21,8 @@ MESSAGE_FILE= ${WRKDIR}/MESSAGE .include "../../mk/bsd.prefs.mk" .if (${OPSYS} == SunOS) -DEPENDS+= diffutils>=2.7:../../textproc/diffutils -DIFF= ${LOCALBASE}/bin/giff +DEPENDS+= diffutils>=2.7:../../devel/diffutils +DIFF= ${LOCALBASE}/bin/gdiff .else DIFF= /usr/bin/diff .endif |