From 445c92be3da0d293e5f62eeaa5f09302e702cfb7 Mon Sep 17 00:00:00 2001 From: Yasuhiro Kimura Date: Fri, 29 Mar 2024 17:14:10 +0900 Subject: print/html2latex: Move man page to share/man Approved by: portmgr (blanket) --- print/html2latex/files/patch-Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/html2latex/files/patch-Makefile') diff --git a/print/html2latex/files/patch-Makefile b/print/html2latex/files/patch-Makefile index a252853d84ed..4c7d78e9d580 100644 --- a/print/html2latex/files/patch-Makefile +++ b/print/html2latex/files/patch-Makefile @@ -45,4 +45,4 @@ +install: all + install -c -s $(EXETARGET) $(DESTDIR)$(PREFIX)/bin + gzip -c < html2latex.1 > html2latex.1.gz -+ install -c html2latex.1.gz $(DESTDIR)$(PREFIX)/man/man1 ++ install -c html2latex.1.gz $(DESTDIR)$(PREFIX)/share/man/man1 -- cgit v1.2.3