diff options
author | smace <smace@FreeBSD.org> | 1998-09-19 17:16:04 +0000 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 1998-09-19 17:16:04 +0000 |
commit | 5f415d50e10cf2dcd6d73b46cd191c9275a1e808 (patch) | |
tree | 1aa75fa8d6203ca74259025262c3ea02f0fc1df3 | |
parent | 976e8a777a56eaa8e76accb2bd76aa806185843e (diff) | |
download | FreeBSD-ports-5f415d50e10cf2dcd6d73b46cd191c9275a1e808.zip FreeBSD-ports-5f415d50e10cf2dcd6d73b46cd191c9275a1e808.tar.gz |
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 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 |