cvs commit: ports/net/skype Makefile

Boris Samorodov bsam at ipt.ru
Fri May 15 12:51:28 UTC 2009


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "cvs-all-unsubscribe at 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


More information about the cvs-ports mailing list