Date: Fri, 9 Aug 2013 14:29:40 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324440 - in head: games/quake2lnx lang/pure Message-ID: <201308091429.r79ETegE071185@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Fri Aug 9 14:29:39 2013 New Revision: 324440 URL: http://svnweb.freebsd.org/changeset/ports/324440 Log: Minor last-minute changes missed in recent previous commits. Modified: head/games/quake2lnx/Makefile head/lang/pure/Makefile head/lang/pure/bsd.pure.mk Modified: head/games/quake2lnx/Makefile ============================================================================== --- head/games/quake2lnx/Makefile Fri Aug 9 14:26:21 2013 (r324439) +++ head/games/quake2lnx/Makefile Fri Aug 9 14:29:39 2013 (r324440) @@ -4,7 +4,7 @@ PORTNAME= quake2lnx PORTVERSION= 0.16.2 PORTREVISION= 11 -CATEGORIES= games ipv6 +CATEGORIES= games MASTER_SITES= http://offload1.icculus.org/quake2/files/ DISTNAME= quake2-r${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -177,6 +177,7 @@ MAKE_ARGS+= BUILD_REDBLUE=YES .endif .if ${PORT_OPTIONS:MIPV6} +CATEGORIES+= ipv6 MAKE_ARGS+= HAVE_IPV6=YES .endif Modified: head/lang/pure/Makefile ============================================================================== --- head/lang/pure/Makefile Fri Aug 9 14:26:21 2013 (r324439) +++ head/lang/pure/Makefile Fri Aug 9 14:29:39 2013 (r324440) @@ -85,7 +85,7 @@ post-install: .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} - (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) + (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/lang/pure/bsd.pure.mk ============================================================================== --- head/lang/pure/bsd.pure.mk Fri Aug 9 14:26:21 2013 (r324439) +++ head/lang/pure/bsd.pure.mk Fri Aug 9 14:29:39 2013 (r324440) @@ -88,7 +88,7 @@ PORTEXAMPLES= * post-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} - (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) + (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) .endif .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308091429.r79ETegE071185>