diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2024-03-29 17:14:10 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2024-03-29 17:14:11 +0900 |
commit | 445c92be3da0d293e5f62eeaa5f09302e702cfb7 (patch) | |
tree | b3122b6ddd801812f4be562c919d2573cef5b8e0 /print/html2latex/files/patch-Makefile | |
parent | ports-mgmt/portsnap: Move man pages to share/man (diff) |
print/html2latex: Move man page to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'print/html2latex/files/patch-Makefile')
-rw-r--r-- | print/html2latex/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |