Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2008 11:06:03 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/audio/gsm Makefile pkg-plist
Message-ID:  <200806081106.m58B63TM094741@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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