summaryrefslogtreecommitdiff
path: root/pkgtools/xpkgwedge
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-01-13 16:23:04 +0000
committertron <tron@pkgsrc.org>2001-01-13 16:23:04 +0000
commita978afa86684fb6c52bf6baa739ca49249879505 (patch)
treeaa167276abc817cb6d970341dfd176e19a5bd478 /pkgtools/xpkgwedge
parentd20f1acd71b8ad971f98f7fc95dc0bcdb2ccf7f6 (diff)
downloadpkgsrc-a978afa86684fb6c52bf6baa739ca49249879505.tar.gz
Fix typo in last commit.
Diffstat (limited to 'pkgtools/xpkgwedge')
-rw-r--r--pkgtools/xpkgwedge/Makefile6
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