|
|||||||||||
|
.so in PFRAG.shared as well
From: Peter Valchev <pvalchev(at)sightly.net>
Date: Wed Jul 09 2003 - 22:18:06 EDT i can't think of a reason why these files should not be in PFRAG.shared, so here is a proposed diff: Index: make-plist RCS file: /cvs/ports/infrastructure/install/make-plist,v retrieving revision 1.30
diff -u -r1.30 make-plist
--- make-plist 2 Jul 2003 09:04:08 -0000 1.30
+++ make-plist 10 Jul 2003 02:14:49 -0000
@@ -359,6 +359,8 @@
if (/\.so\.\d+\.\d+$/) {
$ldconfig{$File::Find::dir} = 1;
push(@libfiles, $File::Find::name);
+ } elsif (/\.so$/) {
+ push(@libfiles, $File::Find::name);
} else {
push(@files, $File::Find::name);
if (/\.info$/) {
Received on Wed Jul 9 22:41:02 2003This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:45:03 EDT |
||||||||||
|
|||||||||||