Date: Tue, 18 Jun 2013 16:09:59 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321201 - head/games/ninix-aya Message-ID: <201306181609.r5IG9xLl017556@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Jun 18 16:09:58 2013 New Revision: 321201 URL: http://svnweb.freebsd.org/changeset/ports/321201 Log: Fix after PORT_OPTIONS conversion Modified: head/games/ninix-aya/Makefile Modified: head/games/ninix-aya/Makefile ============================================================================== --- head/games/ninix-aya/Makefile Tue Jun 18 16:07:39 2013 (r321200) +++ head/games/ninix-aya/Makefile Tue Jun 18 16:09:58 2013 (r321201) @@ -24,6 +24,8 @@ USE_PYTHON= yes USE_GNOME= pygtk2 USE_GMAKE= yes +OPTIONS_DEFINE= DOCS NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} @@ -43,11 +45,11 @@ post-patch: -e 's,lib/ninix,libexec/ninix,' \ -e 's,/doc,/share/doc/ninix,' \ ${WRKSRC}/Makefile -.if ${PORT_OPTIONS:MDOCS} +.if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '/docdir)$$/d' \ ${WRKSRC}/Makefile .endif -.if ${PORT_OPTIONS:MNLS} +.if ! ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e '/localedir/d' \ ${WRKSRC}/Makefile .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306181609.r5IG9xLl017556>