Using the gitup port as an example .. when I look at the Makefile it does not say anything about the location of a tar.gz file.
However, when I run
Where is this URL stored at?
However, when I run
make clean install
it knows where to fetch the tar.gz:
Code:
:/usr/ports/net/gitup # make clean install
===> Cleaning for gitup-1.0
===> License BSD2CLAUSE accepted by the user
===> gitup-1.0 depends on file: /usr/local/sbin/pkg - found
=> johnmehr-gitup-1.0_GH0.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch https://codeload.github.com/johnmehr/gitup/tar.gz/1.0?dummy=/johnmehr-gitup-1.0_GH0.tar.gz
fetch: https://codeload.github.com/johnmehr/gitup/tar.gz/1.0?dummy=/johnmehr-gitup-1.0_GH0.tar.gz: size unknown
fetch: https://codeload.github.com/johnmehr/gitup/tar.gz/1.0?dummy=/johnmehr-gitup-1.0_GH0.tar.gz: size of remote file is not known
johnmehr-gitup-1.0_GH0.tar.gz 32 kB 732 kBps 00s
Where is this URL stored at?