make generate-plist and lib.so.X.Y.Z

Boris Samorodov bsam at ipt.ru
Mon May 23 15:36:46 PDT 2005


Hi!

I'm creating a new port and do some experiments.

-----
Ex.1.

$ cat pkg-plist
test/test.so.1.2.3
test/test.so.1.2
test/test.so.1
test/test.so

$ make generate-plist   
===>   Generating temporary packing list

$ cat work/.PLIST.mktmp 
test/test.so.1.2.3
test/test.so.1.2
test/test.so.1
test/test.so

Ex.2.

$ cat pkg-plist
test/libtest.so.1.2.3
test/libtest.so.1.2
test/libtest.so.1
test/libtest.so

$ make generate-plist   
===>   Generating temporary packing list

$ cat work/.PLIST.mktmp 
test/libtest.so.1.2.3
test/libtest.so.1
test/libtest.so.1
test/libtest.so
-----

If it's a feature, then where I can get an info on it? Or is it a bug?


WBR
-- 
bsam


More information about the freebsd-ports mailing list