Skip to content

Commit

Permalink
textproc/sgmlformat: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 14, 2024
1 parent 0a733b0 commit 4d91ecb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion textproc/sgmlformat/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sgmlformat
PORTVERSION= 1.7
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= textproc print
MASTER_SITES= LOCAL/kuriyama

Expand All @@ -9,6 +9,7 @@ COMMENT= Generates groff and HTML from linuxdoc and docbook SGML documents

USES= perl5 uidfix
USE_PERL5= run
MAKE_ARGS= MANDIR="${PREFIX}/share/man/man"
MAKE_ENV= STAGEDIR=${STAGEDIR}

# There are two ports that satisfy the nsgmls requirement.
Expand Down
6 changes: 3 additions & 3 deletions textproc/sgmlformat/pkg-plist
Expand Up @@ -12,9 +12,9 @@ bin/roff.cmap
bin/roff.sdata
bin/sgmlfmt
bin/transpec.dtd
man/man1/instant.1.gz
man/man1/sgmlfmt.1.gz
man/man5/transpec.5.gz
share/man/man1/instant.1.gz
share/man/man1/sgmlfmt.1.gz
share/man/man5/transpec.5.gz
share/sgml/transpec/catalog
share/sgml/transpec/docbook-html.ts
share/sgml/transpec/docbook-roff.ts
Expand Down

0 comments on commit 4d91ecb

Please sign in to comment.