Skip to content

Commit

Permalink
graphics/xaos: Install manual pages regardless of DOCS
Browse files Browse the repository at this point in the history
Manual pages should not be guarded with the DOCS option.

No PORTREVISION bump as the package content does not really change.

Approved by:	portmgr blanket
  • Loading branch information
0mp committed Jul 1, 2021
1 parent 009676e commit ef99a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions graphics/xaos/Makefile
Expand Up @@ -31,7 +31,7 @@ DESKTOP_ENTRIES= "XaoS" \
"" \
false

OPTIONS_DEFINE= DOCS EXAMPLES NLS TUTORIAL
OPTIONS_DEFINE= EXAMPLES NLS TUTORIAL
OPTIONS_DEFAULT= TUTORIAL
OPTIONS_SUB= yes

Expand All @@ -42,8 +42,6 @@ post-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/xaos ${STAGEDIR}${PREFIX}/bin/xaos
${INSTALL_DATA} ${WRKSRC}/src/ui/images/xaosbig.png \
${STAGEDIR}${PREFIX}/share/pixmaps/xaos.png

post-install-DOCS-on:
${INSTALL_MAN} ${WRKSRC}/doc/xaos.6 \
${STAGEDIR}${MANPREFIX}/share/man/man6/xaos.6

Expand Down
2 changes: 1 addition & 1 deletion graphics/xaos/pkg-plist
Expand Up @@ -253,5 +253,5 @@ bin/xaos
%%EXAMPLES%%%%EXAMPLESDIR%%/ZsKovacs/pavaszem2.xpf
%%EXAMPLES%%%%EXAMPLESDIR%%/ZsKovacs/pepita.xpf
%%EXAMPLES%%%%EXAMPLESDIR%%/ZsKovacs/zsigapro.xpf
%%DOCS%%share/man/man6/xaos.6.gz
share/man/man6/xaos.6.gz
share/pixmaps/xaos.png

0 comments on commit ef99a42

Please sign in to comment.