Skip to content

Commit

Permalink
x11-wm/berry: fix plist
Browse files Browse the repository at this point in the history
The man pages were listed for the wrong path.

Approved by:	portmgr (build fix blanket)
MFH:		2023Q4
  • Loading branch information
clausecker committed Oct 23, 2023
1 parent 21a02f4 commit e9060ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x11-wm/berry/Makefile
Expand Up @@ -23,8 +23,8 @@ CONFIGURE_ARGS= --mandir=${MANPREFIX}/man \

PLIST_FILES= bin/${PORTNAME} \
bin/${PORTNAME}c \
man/man1/${PORTNAME}.1.gz \
man/man1/${PORTNAME}c.1.gz
share/man/man1/${PORTNAME}.1.gz \
share/man/man1/${PORTNAME}c.1.gz
PORTDOCS= README.md
PORTEXAMPLES= autostart sxhkdrc xephyr.sh

Expand Down

0 comments on commit e9060ff

Please sign in to comment.