summaryrefslogtreecommitdiff
path: root/pkgtools/xpkgwedge
diff options
context:
space:
mode:
authortron <tron>2001-01-13 16:23:04 +0000
committertron <tron>2001-01-13 16:23:04 +0000
commit1ece8ce715d7f57b84fdbdb31de28a505676100b (patch)
treeaa167276abc817cb6d970341dfd176e19a5bd478 /pkgtools/xpkgwedge
parent6b0707d7fe736fbb9653b0470402a6e616f9390a (diff)
downloadpkgsrc-1ece8ce715d7f57b84fdbdb31de28a505676100b.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