aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-08-23 13:46:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-08-23 13:46:04 +0000
commit4b67e6d44accceff9962c3b7c426f851921b1e98 (patch)
tree85987a9ae57207592a3697576fedfed705b53278
parent4dfa8c4b4524325509ba9e2484f49631a4c1902e (diff)
downloadports-4b67e6d44accceff9962c3b7c426f851921b1e98.tar.gz
ports-4b67e6d44accceff9962c3b7c426f851921b1e98.zip
textproc/lowdown: fix typo
Fix a type resulting in an invalid symlink PR: 265683 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
-rw-r--r--textproc/lowdown/Makefile1
-rw-r--r--textproc/lowdown/files/patch-Makefile2
2 files changed, 2 insertions, 1 deletions
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)