Skip to content

Commit

Permalink
sysutils/xcdroast: Move manpages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
arrowd committed Mar 27, 2024
1 parent bce20a2 commit 34ee754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sysutils/xcdroast/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= xcdroast
PORTVERSION= 0.98.a.16
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.98alpha16 \
http://www.xcdroast.org/download/
Expand All @@ -19,6 +19,7 @@ BUILD_DEPENDS= cdrecord:sysutils/cdrtools

USES= gettext gmake gnome iconv pkgconfig
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}" \
GLIB_CONFIG="${GLIB_CONFIG}"
Expand Down
2 changes: 1 addition & 1 deletion sysutils/xcdroast/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ lib/xcdroast-0.98/sound/test.wav
%%NLS%%share/locale/zh_CN.GB2312/LC_MESSAGES/xcdroast.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xcdroast.mo
%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/xcdroast.mo
man/man1/xcdroast.1.gz
share/man/man1/xcdroast.1.gz
@unexec if pw groupshow -n xcdwrite 2>/dev/null 1>&2; then pw groupdel -n xcdwrite; fi

0 comments on commit 34ee754

Please sign in to comment.