Skip to content

Commit

Permalink
games/xcowsay: 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 aad092d commit 1a47578
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions games/xcowsay/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xcowsay
PORTVERSION= 1.6
PORTREVISION= 2
DISTVERSION= 1.6
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.nickg.me.uk/files/ \
LOCAL/ehaupt
Expand All @@ -22,9 +22,12 @@ GNU_CONFIGURE= yes

OPTIONS_DEFINE= DBUS

DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
libdbus-1.so:devel/dbus
DBUS_CFLAGS= -DWITH_DBUS
DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib
DBUS_CONFIGURE_ENABLE= dbus
DBUS_CFLAGS= -DWITH_DBUS

# remove after manprefix migration
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion games/xcowsay/pkg-plist
Expand Up @@ -4,7 +4,7 @@ bin/xcowsay
bin/xcowthink
share/locale/pt_BR/LC_MESSAGES/xcowsay.mo
share/locale/ru/LC_MESSAGES/xcowsay.mo
man/man6/xcowsay.6.gz
share/man/man6/xcowsay.6.gz
%%DATADIR%%/cow_large.png
%%DATADIR%%/cow_med.png
%%DATADIR%%/cow_small.png

0 comments on commit 1a47578

Please sign in to comment.