diff -ruN --exclude=CVS /usr/ports/games/wesnoth/Makefile ./Makefile --- /usr/ports/games/wesnoth/Makefile 2012-11-17 09:57:56.000000000 +0400 +++ ./Makefile 2012-12-05 06:22:26.335048105 +0400 @@ -2,7 +2,7 @@ # Date created: 22 December 2003 # Whom: Mezz # -# $FreeBSD: ports/games/wesnoth/Makefile,v 1.101 2012/11/17 05:57:56 svnexp Exp $ +# $FreeBSD: head/games/wesnoth/Makefile 304987 2012-09-28 10:51:52Z culot $ # PORTNAME= wesnoth @@ -98,9 +98,11 @@ USE_GETTEXT= yes MANLANG= "" cs de en_GB es et fi fr gl hu id it lt pl ru sk \ sr sr@ijekavian sr@ijekavianlatin sr@latin vi zh_CN zh_TW +.if ${PORT_OPTIONS:MSERVER} _MANPAGES+= ${PREFIX}/man/ja/man6/wesnothd.6 \ ${PREFIX}/man/pt_BR/man6/wesnothd.6 \ ${PREFIX}/man/tr/man6/wesnothd.6 +.endif PLIST_SUB+= NLS="" .else CMAKE_ARGS+= -DENABLE_NLS=off @@ -120,7 +122,7 @@ .endif .if ${PORT_OPTIONS:MPYTHON} -BROKEN= cmake build doesn\'t support installing python tools +BROKEN= cmake build doesn't support installing python tools USE_PYTHON= yes CONFIGURE_ENV+= PYTHON_PREFIX=${PREFIX} \ PYTHON_VERSION=${PYTHON_VERSION:S/python//}