Skip to content

Commit

Permalink
x11/xautomation: Moved man to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Jan 30, 2024
1 parent e479d5b commit e77c3c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions x11/xautomation/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xautomation
PORTVERSION= 1.09
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://hoopajoo.net/static/projects/

Expand All @@ -16,12 +16,13 @@ USES= localbase:ldflags xorg
USE_XORG= xtst

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

PORTDOCS= AUTHORS ChangeLog README

OPTIONS_DEFINE= DOCS

post-install:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

Expand Down
16 changes: 8 additions & 8 deletions x11/xautomation/pkg-plist
Expand Up @@ -5,11 +5,11 @@ bin/rgb2pat
bin/visgrep
bin/xmousepos
bin/xte
man/man1/pat2ppm.1.gz
man/man1/patextract.1.gz
man/man1/png2pat.1.gz
man/man1/rgb2pat.1.gz
man/man1/visgrep.1.gz
man/man1/xmousepos.1.gz
man/man1/xte.1.gz
man/man7/xautomation.7.gz
share/man/man1/pat2ppm.1.gz
share/man/man1/patextract.1.gz
share/man/man1/png2pat.1.gz
share/man/man1/rgb2pat.1.gz
share/man/man1/visgrep.1.gz
share/man/man1/xmousepos.1.gz
share/man/man1/xte.1.gz
share/man/man7/xautomation.7.gz

0 comments on commit e77c3c6

Please sign in to comment.