Date: Fri, 15 May 2009 16:51:25 +0400 From: Boris Samorodov <bsam@ipt.ru> To: Pav Lucistnik <pav@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/skype Makefile Message-ID: <55066386@bb.ipt.ru> In-Reply-To: <20090515124046.46609106567D@hub.freebsd.org> (Pav Lucistnik's message of "Fri\, 15 May 2009 12\:40\:46 %2B0000 \(UTC\)") References: <20090515124046.46609106567D@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55066386>
