diff options
author | smace <smace@FreeBSD.org> | 1998-09-20 01:16:04 +0800 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 1998-09-20 01:16:04 +0800 |
commit | 5f415d50e10cf2dcd6d73b46cd191c9275a1e808 (patch) | |
tree | 1aa75fa8d6203ca74259025262c3ea02f0fc1df3 | |
parent | 976e8a777a56eaa8e76accb2bd76aa806185843e (diff) | |
download | freebsd-ports-graphics-5f415d50e10cf2dcd6d73b46cd191c9275a1e808.tar.gz freebsd-ports-graphics-5f415d50e10cf2dcd6d73b46cd191c9275a1e808.tar.zst freebsd-ports-graphics-5f415d50e10cf2dcd6d73b46cd191c9275a1e808.zip |
convert to ELF
-rw-r--r-- | print/freetype/pkg-plist | 6 | ||||
-rw-r--r-- | print/freetype2/pkg-plist | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/freetype/pkg-plist b/print/freetype/pkg-plist index 3230208a7cf..8071eb1bc6a 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 3230208a7cf..8071eb1bc6a 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 |