Skip to content

Commit

Permalink
vietnamese/vnpstext: 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 4d91ecb commit d9ab895
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions vietnamese/vnpstext/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vnpstext
PORTVERSION= 1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= vietnamese print
MASTER_SITES= ftp://ftp.monash.edu.au/pub/vietnam/unix/
DISTNAME= ${PORTNAME}
Expand All @@ -18,6 +18,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vnpstext ${STAGEDIR}${PREFIX}/bin
(cd ${WRKSRC} ; \
${INSTALL_DATA} *.ps prologs/*.pro ${STAGEDIR}${PREFIX}/share/vn-fonts)
${INSTALL_MAN} ${WRKSRC}/vnpstext.1V ${STAGEDIR}${PREFIX}/man/man1/vnpstext.1
${INSTALL_MAN} ${WRKSRC}/vnpstext.1V \
${STAGEDIR}${PREFIX}/share/man/man1/vnpstext.1

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion vietnamese/vnpstext/pkg-plist
@@ -1,4 +1,5 @@
bin/vnpstext
share/man/man1/vnpstext.1.gz
share/vn-fonts/initcour.ps
share/vn-fonts/initcourb.ps
share/vn-fonts/cour10.pro
Expand All @@ -7,4 +8,3 @@ share/vn-fonts/cour12.pro
share/vn-fonts/cour12b.pro
share/vn-fonts/cour17.pro
share/vn-fonts/cour17b.pro
man/man1/vnpstext.1.gz

0 comments on commit d9ab895

Please sign in to comment.