freebsd-ports/audio/gsm/pkg-plist
Jimmy Olgeni 0ff36edac9 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/.
2008-06-08 11:06:03 +00:00

9 lines
153 B
Text

bin/toast
@exec ln -sf %f %B/tcat
@exec ln -sf %f %B/untoast
@rmtry bin/tcat
@rmtry bin/untoast
include/gsm.h
lib/libgsm.a
lib/libgsm.so
lib/libgsm.so.1