From owner-svn-ports-all@FreeBSD.ORG Sun Jan 20 11:59:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3F38B4C7; Sun, 20 Jan 2013 11:59:34 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 17BD8E0A; Sun, 20 Jan 2013 11:59:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0KBxXpO052683; Sun, 20 Jan 2013 11:59:33 GMT (envelope-from bar@svn.freebsd.org) Received: (from bar@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0KBxWFx052675; Sun, 20 Jan 2013 11:59:32 GMT (envelope-from bar@svn.freebsd.org) Message-Id: <201301201159.r0KBxWFx052675@svn.freebsd.org> From: Barbara Guida Date: Sun, 20 Jan 2013 11:59:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310684 - in head: games/linux-enemyterritory-jaymod games/linux-enemyterritory-jaymod-21 games/linux-enemyterritory-omni-bot games/linux-enemyterritory-omni-bot-0660 www/xpi-clear_cach... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 11:59:34 -0000 Author: bar Date: Sun Jan 20 11:59:32 2013 New Revision: 310684 URL: http://svnweb.freebsd.org/changeset/ports/310684 Log: Use space instead of tab after Created by header. For linux-enemyterritory-omni-bot-0660, also fix check for DOCS. Approved by: flo (mentor) Modified: head/games/linux-enemyterritory-jaymod-21/Makefile head/games/linux-enemyterritory-jaymod/Makefile head/games/linux-enemyterritory-omni-bot-0660/Makefile head/games/linux-enemyterritory-omni-bot/Makefile head/www/xpi-clear_cache_button/Makefile head/www/xpi-flashblock/Makefile head/www/xpi-server_spy/Makefile head/www/xpi-showip/Makefile Modified: head/games/linux-enemyterritory-jaymod-21/Makefile ============================================================================== --- head/games/linux-enemyterritory-jaymod-21/Makefile Sun Jan 20 11:52:15 2013 (r310683) +++ head/games/linux-enemyterritory-jaymod-21/Makefile Sun Jan 20 11:59:32 2013 (r310684) @@ -1,4 +1,4 @@ -# Created by: alepulver +# Created by: alepulver # $FreeBSD$ PORTNAME= jaymod Modified: head/games/linux-enemyterritory-jaymod/Makefile ============================================================================== --- head/games/linux-enemyterritory-jaymod/Makefile Sun Jan 20 11:52:15 2013 (r310683) +++ head/games/linux-enemyterritory-jaymod/Makefile Sun Jan 20 11:59:32 2013 (r310684) @@ -1,4 +1,4 @@ -# Created by: alepulver +# Created by: alepulver # $FreeBSD$ PORTNAME= jaymod Modified: head/games/linux-enemyterritory-omni-bot-0660/Makefile ============================================================================== --- head/games/linux-enemyterritory-omni-bot-0660/Makefile Sun Jan 20 11:52:15 2013 (r310683) +++ head/games/linux-enemyterritory-omni-bot-0660/Makefile Sun Jan 20 11:59:32 2013 (r310684) @@ -1,4 +1,4 @@ -# Created by: alepulver +# Created by: alepulver # $FreeBSD$ PORTNAME= omni-bot @@ -26,6 +26,8 @@ NO_WRKSUBDIR= yes DATADIR= ${PREFIX}/lib/enemyterritory/${PORTNAME}-${VERSTR} DOCSDIR= ${PREFIX}/share/doc/enemyterritory-${PORTNAME}-${VERSTR} +.include + do-build: .for f in et etded @(${ECHO_CMD} "#!/bin/sh"; \ @@ -43,7 +45,7 @@ do-install: cd ${WRKSRC}/omni-bot && ${CP} -R et global_scripts ${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/omnibot/qagame.mp.i386.so ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/omnibot/omnibot_et.pk3 ${DATADIR} -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} . for f in *.txt omni-bot/*.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} Modified: head/games/linux-enemyterritory-omni-bot/Makefile ============================================================================== --- head/games/linux-enemyterritory-omni-bot/Makefile Sun Jan 20 11:52:15 2013 (r310683) +++ head/games/linux-enemyterritory-omni-bot/Makefile Sun Jan 20 11:59:32 2013 (r310684) @@ -1,4 +1,4 @@ -# Created by: alepulver +# Created by: alepulver # $FreeBSD$ PORTNAME= omni-bot Modified: head/www/xpi-clear_cache_button/Makefile ============================================================================== --- head/www/xpi-clear_cache_button/Makefile Sun Jan 20 11:52:15 2013 (r310683) +++ head/www/xpi-clear_cache_button/Makefile Sun Jan 20 11:59:32 2013 (r310684) @@ -1,4 +1,4 @@ -# Created by: Barbara Guida +# Created by: Barbara Guida # $FreeBSD$ PORTNAME= clear_cache_button Modified: head/www/xpi-flashblock/Makefile ============================================================================== --- head/www/xpi-flashblock/Makefile Sun Jan 20 11:52:15 2013 (r310683) +++ head/www/xpi-flashblock/Makefile Sun Jan 20 11:59:32 2013 (r310684) @@ -1,4 +1,4 @@ -# Created by: Simon Olofsson +# Created by: Simon Olofsson # $FreeBSD$ PORTNAME= flashblock Modified: head/www/xpi-server_spy/Makefile ============================================================================== --- head/www/xpi-server_spy/Makefile Sun Jan 20 11:52:15 2013 (r310683) +++ head/www/xpi-server_spy/Makefile Sun Jan 20 11:59:32 2013 (r310684) @@ -1,4 +1,4 @@ -# Created by: Barbara Guida +# Created by: Barbara Guida # $FreeBSD$ PORTNAME= server_spy Modified: head/www/xpi-showip/Makefile ============================================================================== --- head/www/xpi-showip/Makefile Sun Jan 20 11:52:15 2013 (r310683) +++ head/www/xpi-showip/Makefile Sun Jan 20 11:59:32 2013 (r310684) @@ -1,4 +1,4 @@ -# Created by: Barbara Guida +# Created by: Barbara Guida # $FreeBSD$ PORTNAME= showip