Skip to content

Commit

Permalink
graphics/jp2a: Move manpages to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Jan 21, 2024
1 parent e20ed78 commit b8b00b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions graphics/jp2a/Makefile
@@ -1,5 +1,6 @@
PORTNAME= jp2a
DISTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://github.com/Talinx/${PORTNAME}/releases/download/v${DISTVERSION}/

Expand All @@ -26,11 +27,11 @@ LDFLAGS+= -lm

PLIST_FILES= bin/jp2a \
etc/bash_completion.d/jp2a \
man/man1/jp2a.1.gz
share/man/man1/jp2a.1.gz

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/jp2a ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/jp2a.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/jp2a.1 ${STAGEDIR}${PREFIX}/share/man/man1
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
${INSTALL_DATA} ${WRKSRC}/completion/bash/jp2a \
${STAGEDIR}${PREFIX}/etc/bash_completion.d
Expand Down

0 comments on commit b8b00b0

Please sign in to comment.