git: 4b67e6d44acc - main - textproc/lowdown: fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Aug 2022 13:47:30 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b67e6d44accceff9962c3b7c426f851921b1e98 commit 4b67e6d44accceff9962c3b7c426f851921b1e98 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-08-23 13:46:04 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-08-23 13:46:04 +0000 textproc/lowdown: fix typo Fix a type resulting in an invalid symlink PR: 265683 Submitted by: Ting-Wei Lan <lantw44@gmail.com> --- textproc/lowdown/Makefile | 1 + textproc/lowdown/files/patch-Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile index 03e3d4bec81e..53ab7c2eab84 100644 --- a/textproc/lowdown/Makefile +++ b/textproc/lowdown/Makefile @@ -1,5 +1,6 @@ PORTNAME= lowdown PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://kristaps.bsd.lv/lowdown/snapshots/ diff --git a/textproc/lowdown/files/patch-Makefile b/textproc/lowdown/files/patch-Makefile index cf8609f1891d..cee33979e4c6 100644 --- a/textproc/lowdown/files/patch-Makefile +++ b/textproc/lowdown/files/patch-Makefile @@ -4,7 +4,7 @@ install_shared: liblowdown.so install_lib_common $(INSTALL_LIB) liblowdown.so.$(LIBVER) $(DESTDIR)$(LIBDIR) -+ ln -sf libdowndown.so.${LIBVER} $(DESTDIR)$(LIBDIR)/liblowdown.so ++ ln -sf liblowdown.so.${LIBVER} $(DESTDIR)$(LIBDIR)/liblowdown.so install_static: liblowdown.a install_lib_common $(INSTALL_LIB) liblowdown.a $(DESTDIR)$(LIBDIR)