Skip to content

Commit

Permalink
vietnamese/vnroff: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 26, 2024
1 parent 908d980 commit ef795af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vietnamese/vnroff/Makefile
@@ -1,5 +1,6 @@
PORTNAME= vnroff
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= vietnamese print
MASTER_SITES= LOCAL/cy
DISTNAME= ${PORTNAME}-2.0
Expand All @@ -9,7 +10,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Converts Vietnamese VIQR text into troff format
WWW= http://www.trichlor.org/

PLIST_FILES= bin/vnroff man/man1/vnroff.1.gz
PLIST_FILES= bin/vnroff share/man/man1/vnroff.1.gz
NO_WRKSUBDIR= yes

do-extract:
Expand All @@ -29,6 +30,6 @@ do-build:

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vnroff ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/vnroff.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/vnroff.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>

0 comments on commit ef795af

Please sign in to comment.