Re: git: 65be57f92214 - main - math/hs-syfco: New port: Synthesis Format Conversion Tool
Date: Sat, 29 Oct 2022 09:44:54 UTC
On Sat, Oct 29, 2022 at 10:08 AM Yuri Victorovich <yuri@freebsd.org> wrote: > +CABAL_EXECUTABLES= syfco > +CABAL_WRAPPER_SCRIPTS= ${CABAL_EXECUTABLES} These variables seem to have default values and can be removed. > +PLIST_FILES= bin/syfco \ > + libexec/cabal/syfco Why is this needed? You do not seem to have CABAL_SKIP_PLIST=yes, so you don't need to write it yourself. Also, since the plist doesn't contain any data files, the CABAL_WRAPPER_SCRIPTS functionality is not needed at all.