pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ocamlgraph ocamlgraph: fix typos



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e80388f9e52e
branches:  trunk
changeset: 456080:e80388f9e52e
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 19 10:43:05 2021 +0000

description:
ocamlgraph: fix typos

diffstat:

 devel/ocamlgraph/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 9be75e43ca45 -r e80388f9e52e devel/ocamlgraph/Makefile
--- a/devel/ocamlgraph/Makefile Mon Jul 19 09:55:04 2021 +0000
+++ b/devel/ocamlgraph/Makefile Mon Jul 19 10:43:05 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2021/04/21 11:41:29 adam Exp $
+# $NetBSD: Makefile,v 1.55 2021/07/19 10:43:05 adam Exp $
 
 DISTNAME=      ocamlgraph-1.8.8
 PKGREVISION=   30
@@ -33,8 +33,8 @@
        ${INSTALL_PROGRAM} ${WRKSRC}/editor/editor.opt ${DESTDIR}${PREFIX}/bin/graph-editor
        ${INSTALL_PROGRAM} ${WRKSRC}/dgraph/dgraph.opt ${DESTDIR}${PREFIX}/bin/graph-viewer
 .  else
-       ${INSTALL_PROGRAM} ${WKRSRC}/editor/editor.byte ${DESTDIR}${PREFIX}/bin/graph-editor
-       ${INSTALL_PROGRAM} ${WKRSRC}/dgraph/dgraph.byte ${DESTDIR}${PREFIX}/bin/graph-viewer
+       ${INSTALL_PROGRAM} ${WRKSRC}/editor/editor.byte ${DESTDIR}${PREFIX}/bin/graph-editor
+       ${INSTALL_PROGRAM} ${WRKSRC}/dgraph/dgraph.byte ${DESTDIR}${PREFIX}/bin/graph-viewer
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index