diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-04-08 11:51:30 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-04-08 11:51:30 +0000 |
commit | 97ec92ba5322d176cb1ca61ef5d391ce8bd2323b (patch) | |
tree | e2020e73b6b8ac7da7bc0765fad0211666f6a19a /misc | |
parent | 671dd292052609d61b20346ff3960c34118e1c67 (diff) | |
download | pkgsrc-97ec92ba5322d176cb1ca61ef5d391ce8bd2323b.tar.gz |
Fix typo in a comment
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libreoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index 2c780de94f8..5ba7139c93b 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.147 2018/04/07 02:44:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.148 2018/04/08 11:51:30 ryoon Exp $ VERREL= 6.0.3 VERRC= 2 @@ -130,7 +130,7 @@ WRAPPER_SKIP_TRANSFORM=yes LDFLAGS+= -lboost_system USE_LIBTOOL= yes -# Use GNU find fron findutils. +# Use GNU find from findutils. TOOLS_PLATFORM.find= # empty # GUN tar is really needed. Some Makefiles depends on GNUTAR. USE_TOOLS+= automake bash bison gmake gtar perl pkg-config unzip zip |