1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

print/html2latex: Move man page to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Yasuhiro Kimura 2024-03-29 17:14:10 +09:00
parent 02255b9f36
commit 445c92be3d
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= html2latex
PORTVERSION= 0.9c
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= LOCAL/joerg
@ -7,6 +8,6 @@ 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>

View File

@ -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