Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2009 04:51:34 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net/skype Makefile
Message-ID:  <200905140451.n4E4pYB9040841@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bsam        2009-05-14 04:51:34 UTC

  FreeBSD ports repository

  Modified files:
    net/skype            Makefile 
  Log:
  Create ${PREFIX}/${SKYPEDIR} before doing ${COPYTREE_SHARE}.
  Without this step installing the port at 7.x has the effect:
  -----
  % ls -ld /usr/local/share/skype
  drwx------  6 root  wheel  512 12 May 12:20 /usr/local/share/skype
  % skype
  /usr/local/bin/skype: /usr/local/share/skype/skype: Permission denied
  -----
  FreeBSD 8.x is not affected since it uses BSD cpio (at ${COPYTREE_SHARE})
  which behaves as expected.
  
  Note: packages are not affected, no PORTREVISION bump.
  
  PR:             ports/134471
  Submitted by:   bsam (me)
  Approved by:    miwi (co-maintainer, by e-mail)
  
  Revision  Changes    Path
  1.51      +1 -1      ports/net/skype/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905140451.n4E4pYB9040841>