> On Mar 6, 2017, at 8:54 AM, Kurt Hindenburg <[email protected]> wrote: > > Kurt Hindenburg (kurthindenburg) pushed a commit to branch master > in repository macports-ports. > > https://github.com/macports/macports-ports/commit/ba1c32dab669b0db6fde002103e4f8ffb5db3711 > > <https://github.com/macports/macports-ports/commit/ba1c32dab669b0db6fde002103e4f8ffb5db3711> > The following commit(s) were added to refs/heads/master by this push: > new ba1c32d ndcctools: fix distname and remove comment > ba1c32d is described below > > commit ba1c32dab669b0db6fde002103e4f8ffb5db3711 > Author: Kurt Hindenburg <[email protected]> > AuthorDate: Mon Mar 6 10:54:53 2017 -0500 > > ndcctools: fix distname and remove comment > --- > sysutils/ndcctools/Portfile | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/sysutils/ndcctools/Portfile b/sysutils/ndcctools/Portfile > index c23242a..5828b1d 100644 > --- a/sysutils/ndcctools/Portfile > +++ b/sysutils/ndcctools/Portfile > @@ -19,7 +19,7 @@ long_description ${description_common} \ > > homepage http://ccl.cse.nd.edu/ > master_sites http://ccl.cse.nd.edu/software/files/ > -distfiles cctools-${version}-source.tar.gz > +distname cctools-${version}-source Yes, this is the proper way to handle this mainly because it should eliminate the need for now redundant worksrcdir line a few lines down!
Cheers! Frank
