18 Nov
2016
18 Nov
'16
4:23 p.m.
On Fri, 18 Nov 2016, phi wrote:
Hi, I've been trying to package a port which needs an external tarball during the execution of ./configure, but pkgmk always unpack all tarballs. I wonder what is the standard way to do this? Should I pack them again?
-phi
Don't include it in the source array. Retrieve it in the build function. Have a look at /usr/ports/contrib/ghc/Pkgfile for an idea. -Daryl