pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ocamlgraph
Module Name: pkgsrc
Committed By: adam
Date: Mon Jul 19 10:43:05 UTC 2021
Modified Files:
pkgsrc/devel/ocamlgraph: Makefile
Log Message:
ocamlgraph: fix typos
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/ocamlgraph/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ocamlgraph/Makefile
diff -u pkgsrc/devel/ocamlgraph/Makefile:1.54 pkgsrc/devel/ocamlgraph/Makefile:1.55
--- pkgsrc/devel/ocamlgraph/Makefile:1.54 Wed Apr 21 11:41:29 2021
+++ pkgsrc/devel/ocamlgraph/Makefile Mon Jul 19 10:43:05 2021
@@ -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 @@ post-install:
${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