From owner-cvs-ports@FreeBSD.ORG Fri May 15 12:51:27 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D06B2106564A; Fri, 15 May 2009 12:51:27 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 887398FC17; Fri, 15 May 2009 12:51:27 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1M4wso-0003QY-Dc; Fri, 15 May 2009 16:51:26 +0400 To: Pav Lucistnik References: <20090515124046.46609106567D@hub.freebsd.org> From: Boris Samorodov Date: Fri, 15 May 2009 16:51:25 +0400 In-Reply-To: <20090515124046.46609106567D@hub.freebsd.org> (Pav Lucistnik's message of "Fri\, 15 May 2009 12\:40\:46 +0000 \(UTC\)") Message-ID: <55066386@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/skype Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2009 12:51:28 -0000 On Fri, 15 May 2009 12:40:46 +0000 (UTC) Pav Lucistnik wrote: > pav 2009-05-15 12:40:38 UTC > FreeBSD ports repository > Modified files: > net/skype Makefile > Log: > - Fix typo ({MKDIR} -> ${MKDIR}) > > Reported by: pointyhat > Pointy hat to: beech This is my pointyhat. Thanks, Pav for fixing. > Revision Changes Path > 1.52 +1 -1 ports/net/skype/Makefile > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > Index: ports/net/skype/Makefile > diff -u ports/net/skype/Makefile:1.51 ports/net/skype/Makefile:1.52 > --- ports/net/skype/Makefile:1.51 Thu May 14 04:51:34 2009 > +++ ports/net/skype/Makefile Fri May 15 12:40:38 2009 > @@ -61,7 +61,7 @@ > @${INSTALL} -d ${PREFIX}/share/applications > @${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/applications/ > @${INSTALL_DATA} ${WRKSRC}/icons/SkypeBlue_48x48.png ${PREFIX}/share/pixmaps/skype.png > - @cd ${WRKSRC}/ && {MKDIR} ${PREFIX}/${SKYPEDIR} && ${COPYTREE_SHARE} "avatars icons sounds lang" ${PREFIX}/${SKYPEDIR}/ > + @cd ${WRKSRC}/ && ${MKDIR} ${PREFIX}/${SKYPEDIR} && ${COPYTREE_SHARE} "avatars icons sounds lang" ${PREFIX}/${SKYPEDIR}/ > > # The binary main program > @${INSTALL_PROGRAM} ${WRKSRC}/skype ${PREFIX}/${SKYPEDIR}/ WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve