Skip to content

Commit

Permalink
misc/xosd: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 28, 2024
1 parent b93c941 commit ae92078
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
3 changes: 2 additions & 1 deletion misc/xosd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xosd
PORTVERSION= 2.2.14
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= misc
MASTER_SITES= SF/libxosd/libxosd/${PORTNAME}-${PORTVERSION}

Expand All @@ -16,6 +16,7 @@ USE_CSTD= gnu89
USE_LDCONFIG= yes
USE_XORG= ice sm x11 xext xinerama xt
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --disable-beep_media_player_plugin \
--disable-new-plugin
CONFIGURE_ENV= GLIB_CONFIG='${GLIB_CONFIG}' \
Expand Down
34 changes: 17 additions & 17 deletions misc/xosd/pkg-plist
Expand Up @@ -5,23 +5,23 @@ lib/libxosd.a
lib/libxosd.so
lib/libxosd.so.2
lib/libxosd.so.2.2.14
man/man1/osd_cat.1.gz
man/man1/xosd-config.1.gz
man/man3/xosd.3.gz
man/man3/xosd_create.3.gz
man/man3/xosd_destroy.3.gz
man/man3/xosd_display.3.gz
man/man3/xosd_get_number_lines.3.gz
man/man3/xosd_hide.3.gz
man/man3/xosd_is_onscreen.3.gz
man/man3/xosd_set_align.3.gz
man/man3/xosd_set_bar_length.3.gz
man/man3/xosd_set_horizontal_offset.3.gz
man/man3/xosd_set_pos.3.gz
man/man3/xosd_set_shadow_offset.3.gz
man/man3/xosd_set_vertical_offset.3.gz
man/man3/xosd_show.3.gz
man/man3/xosd_uninit.3.gz
share/man/man1/osd_cat.1.gz
share/man/man1/xosd-config.1.gz
share/man/man3/xosd.3.gz
share/man/man3/xosd_create.3.gz
share/man/man3/xosd_destroy.3.gz
share/man/man3/xosd_display.3.gz
share/man/man3/xosd_get_number_lines.3.gz
share/man/man3/xosd_hide.3.gz
share/man/man3/xosd_is_onscreen.3.gz
share/man/man3/xosd_set_align.3.gz
share/man/man3/xosd_set_bar_length.3.gz
share/man/man3/xosd_set_horizontal_offset.3.gz
share/man/man3/xosd_set_pos.3.gz
share/man/man3/xosd_set_shadow_offset.3.gz
share/man/man3/xosd_set_vertical_offset.3.gz
share/man/man3/xosd_show.3.gz
share/man/man3/xosd_uninit.3.gz
share/aclocal/libxosd.m4
%%DATADIR%%/bottom-left.png
%%DATADIR%%/bottom-right.png
Expand Down

0 comments on commit ae92078

Please sign in to comment.