summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-07-22 00:11:31 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-07-22 00:11:31 +0000
commit5efb1d61677a30809661c325b35c23c7403cec7f (patch)
tree9e1cc7885838178c2eb77d6522add6e689433742
parenta4341eb81ae42514f86b722b1748e2c16bf71428 (diff)
Install diff3.ksh with the correct name; noticed by Theo
-rw-r--r--usr.bin/diff3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/diff3/Makefile b/usr.bin/diff3/Makefile
index b6a2223fed9..38a17be9a24 100644
--- a/usr.bin/diff3/Makefile
+++ b/usr.bin/diff3/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2003/07/10 16:06:07 millert Exp $
+# $OpenBSD: Makefile,v 1.2 2003/07/22 00:11:30 millert Exp $
PROG= diff3prog
MAN= diff3.1
@@ -6,6 +6,6 @@ BINDIR= /usr/libexec
beforeinstall:
install ${INSTALL_COPY}c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/diff3.ksh ${DESTDIR}/usr/bin/${PROG}
+ ${.CURDIR}/diff3.ksh ${DESTDIR}/usr/bin/diff3
.include <bsd.prog.mk>