[Bug 258107] audio/audacity: Upgrade to 3.0.4

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 27 Sep 2021 22:00:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258107

--- Comment #26 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
(In reply to Jack from comment #25)

It seems that my comment #22 was poorly written :)

Normally ${PREFIX} is /usr/local, but in this case, there is a shell script
that will be installed in "/usr/local/audacity".
The source file for /usr/local/audacity is located in
"audacity-Audacity-3.0.4/linux/audacity.sh".
The definitions for installing audacity-Audacity-3.0.4/linux/audacity.sh can be
found in "audacity-Audacity-3.0.4/src/CMakeLists.txt".

install( PROGRAMS "${PROJECT_SOURCE_DIR}/linux/audacity.sh"
 DESTINATION "."
 RENAME "audacity" )

You can get the output for the contents of pkg-plist with make makeplist.

-- 
You are receiving this mail because:
You are the assignee for the bug.