Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 May 2005 02:37:29 +0400
From:      Boris Samorodov <bsam@ipt.ru>
To:        freebsd-ports@FreeBSD.org
Subject:   make generate-plist and lib.so.X.Y.Z
Message-ID:  <86690406@srv.sem.ipt.ru>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86690406>