diff options
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 |