cvs commit: ports/audio/gsm Makefile pkg-plist

Jimmy Olgeni olgeni at FreeBSD.org
Sun Jun 8 11:06:03 UTC 2008


olgeni      2008-06-08 11:06:03 UTC

  FreeBSD ports repository

  Modified files:
    audio/gsm            Makefile pkg-plist 
  Log:
  According to pkg_add -v, pkg-plist executes the following commands:
  
    ln -sf bin/toast /usr/local/bin/tcat
    ln -sf bin/toast /usr/local/bin/untoast
  
  which create these incorrect links:
  
    /usr/local/bin/tcat -> bin/toast
    /usr/local/bin/untoast -> bin/toast
  
  Replacing %F with %f in pkg-plist removes the extra bin/.
  
  Revision  Changes    Path
  1.24      +1 -0      ports/audio/gsm/Makefile
  1.14      +2 -2      ports/audio/gsm/pkg-plist


More information about the cvs-ports mailing list