diff options
author | smace <smace@FreeBSD.org> | 1998-09-19 06:05:56 +0800 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 1998-09-19 06:05:56 +0800 |
commit | 4c0931ba3112073508d6fc3fbd07c9c4960bd2cf (patch) | |
tree | afe6e725a2e15737a2b6a1054043b4e5b7d581e1 /graphics/tiff | |
parent | f66a73eba130e1e10c265048d2711d9fce978460 (diff) | |
download | freebsd-ports-gnome-4c0931ba3112073508d6fc3fbd07c9c4960bd2cf.tar.gz freebsd-ports-gnome-4c0931ba3112073508d6fc3fbd07c9c4960bd2cf.tar.zst freebsd-ports-gnome-4c0931ba3112073508d6fc3fbd07c9c4960bd2cf.zip |
Convert to Elf.
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/pkg-plist | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/tiff/pkg-plist b/graphics/tiff/pkg-plist index a046f2602d2b..b39d9a802bda 100644 --- a/graphics/tiff/pkg-plist +++ b/graphics/tiff/pkg-plist @@ -1,7 +1,8 @@ lib/libtiff34.a -lib/libtiff34.so.1.0 -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R +lib/libtiff34.so.1 +lib/libtiff34.so +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R bin/fax2tiff bin/fax2ps bin/gif2tiff |