aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>1999-01-03 00:10:24 +0800
committersimokawa <simokawa@FreeBSD.org>1999-01-03 00:10:24 +0800
commiteb71eded6267f3c1080642748e60b1c0bb4d26c2 (patch)
tree026ac01e40e92fa4b017d4c336a6897a144593dd /net
parentf2db37b166fa898eb39db55a19c6fb9ac324faf6 (diff)
downloadfreebsd-ports-gnome-eb71eded6267f3c1080642748e60b1c0bb4d26c2.tar.gz
freebsd-ports-gnome-eb71eded6267f3c1080642748e60b1c0bb4d26c2.tar.zst
freebsd-ports-gnome-eb71eded6267f3c1080642748e60b1c0bb4d26c2.zip
Fix wrong order of PLIST.
'ldconfig -m %B' must be next after libraries and shouldn't be next after include files because '%B' represents the prefix of previous file. And sort alphabetically.
Diffstat (limited to 'net')
-rw-r--r--net/libicq/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libicq/pkg-plist b/net/libicq/pkg-plist
index 0b45ee31afc6..8bb090697e3f 100644
--- a/net/libicq/pkg-plist
+++ b/net/libicq/pkg-plist
@@ -1,7 +1,7 @@
+include/libicq.h
lib/libicq.a
lib/libicq.la
lib/libicq.so
lib/libicq.so.0.2
-include/libicq.h
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
+@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R