summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmace <smace@FreeBSD.org>1998-09-19 17:16:04 +0000
committersmace <smace@FreeBSD.org>1998-09-19 17:16:04 +0000
commit5f415d50e10cf2dcd6d73b46cd191c9275a1e808 (patch)
tree1aa75fa8d6203ca74259025262c3ea02f0fc1df3
parent976e8a777a56eaa8e76accb2bd76aa806185843e (diff)
downloadFreeBSD-ports-5f415d50e10cf2dcd6d73b46cd191c9275a1e808.zip
FreeBSD-ports-5f415d50e10cf2dcd6d73b46cd191c9275a1e808.tar.gz
convert to ELF
-rw-r--r--print/freetype/pkg-plist6
-rw-r--r--print/freetype2/pkg-plist6
2 files changed, 6 insertions, 6 deletions
diff --git a/print/freetype/pkg-plist b/print/freetype/pkg-plist
index 3230208a..8071eb1 100644
--- a/print/freetype/pkg-plist
+++ b/print/freetype/pkg-plist
@@ -17,6 +17,6 @@ include/ftxwidth.h
lib/libttf.a
lib/libttf.la
lib/libttf.so
-lib/libttf.so.2.0
-@exec ldconfig -m %B
-@unexec /sbin/ldconfig -R
+lib/libttf.so.2
+@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
+@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist
index 3230208a..8071eb1 100644
--- a/print/freetype2/pkg-plist
+++ b/print/freetype2/pkg-plist
@@ -17,6 +17,6 @@ include/ftxwidth.h
lib/libttf.a
lib/libttf.la
lib/libttf.so
-lib/libttf.so.2.0
-@exec ldconfig -m %B
-@unexec /sbin/ldconfig -R
+lib/libttf.so.2
+@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
+@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
OpenPOWER on IntegriCloud