On 2008/08/20 18:36, Fernando Quintero wrote: > Hi list, > Im working on a port, it has dynamic libs, but when i try make a "make > plist" it only create the pkg/PLIST but not the PFRAG.shared file. > so i don't know why. (yes, i use SHARED_LIBS into the Makefile)_ > off course the binaries fails when i ran these, after the package > installation > any hint ?_
if you set SHARED_ONLY=yes, PFRAG.shared is useless, so make-plist puts everything into one PLIST file.