Skip to content

Commit

Permalink
graphics/4va: 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 24, 2024
1 parent 0ac4da8 commit f8d1dd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions graphics/4va/Makefile
@@ -1,6 +1,6 @@
PORTNAME= 4va
PORTVERSION= 1.21
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SUNSITE/apps/graphics/hacks/X

Expand All @@ -24,6 +24,6 @@ do-install:
.for file in ${4VA_DATA_FILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/share/4va
.endfor
${INSTALL_MAN} ${WRKSRC}/4va.man ${STAGEDIR}${PREFIX}/man/man1/4va.1
${INSTALL_MAN} ${WRKSRC}/4va.man ${STAGEDIR}${PREFIX}/share/man/man1/4va.1

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion graphics/4va/pkg-plist
Expand Up @@ -2,7 +2,7 @@ bin/4va
bin/4vdmake
bin/ctorus
bin/cutctorus
man/man1/4va.1.gz
share/man/man1/4va.1.gz
share/4va/16cell.4vd
share/4va/24cell.4vd
share/4va/5cell.4vd
Expand Down

0 comments on commit f8d1dd3

Please sign in to comment.