18 Nov
2016
18 Nov
'16
8:39 a.m.
On 2016-11-18 17:34, phi wrote:
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?
I never had this problem, but using the $PKGMK_SOURCE_DIR variable to point to your tarball would be a slightly less sucky way of doing it. Alan