Skip to content

Commit

Permalink
print/html2latex: Move man page to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Mar 29, 2024
1 parent 02255b9 commit 445c92b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion print/html2latex/Makefile
@@ -1,12 +1,13 @@
PORTNAME= html2latex
PORTVERSION= 0.9c
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= LOCAL/joerg

MAINTAINER= joerg@FreeBSD.org
COMMENT= Convert HTML document into LaTeX

USES= tar:Z
PLIST_FILES= bin/html2latex man/man1/html2latex.1.gz
PLIST_FILES= bin/html2latex share/man/man1/html2latex.1.gz

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion print/html2latex/files/patch-Makefile
Expand Up @@ -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

0 comments on commit 445c92b

Please sign in to comment.