diff options
author | steve <steve@FreeBSD.org> | 1999-11-01 09:52:44 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-01 09:52:44 +0800 |
commit | b03cd82f3e634c964753459a283bca1fd586ba71 (patch) | |
tree | 6e36c4fe83630ede9fcae1a4ccba41adbdc7889f | |
parent | 8a2ba73e68036d295e846a3c1f96ad571a52ec72 (diff) | |
download | freebsd-ports-gnome-b03cd82f3e634c964753459a283bca1fd586ba71.tar.gz freebsd-ports-gnome-b03cd82f3e634c964753459a283bca1fd586ba71.tar.zst freebsd-ports-gnome-b03cd82f3e634c964753459a283bca1fd586ba71.zip |
Sort PLIST.
PR: 13677 (6 of 10)
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
-rw-r--r-- | graphics/tiff/pkg-plist | 46 | ||||
-rw-r--r-- | graphics/tiff/pkg-plist.nodocs | 14 |
2 files changed, 30 insertions, 30 deletions
diff --git a/graphics/tiff/pkg-plist b/graphics/tiff/pkg-plist index c6f535972434..b499b986c1c7 100644 --- a/graphics/tiff/pkg-plist +++ b/graphics/tiff/pkg-plist @@ -1,16 +1,11 @@ -lib/libtiff.a -lib/libtiff.so.4 -lib/libtiff.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/fax2tiff bin/gif2tiff bin/pal2rgb bin/ppm2tiff +bin/ras2tiff bin/rgb2ycbcr bin/thumbnail -bin/ras2tiff bin/tiff2bw bin/tiff2ps bin/tiffcmp @@ -22,11 +17,32 @@ bin/tiffmedian bin/tiffsplit include/tiff.h include/tiffio.h +lib/libtiff.a +lib/libtiff.so +lib/libtiff.so.4 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/doc/tiff/bugs.html share/doc/tiff/build.html share/doc/tiff/contrib.html share/doc/tiff/document.html share/doc/tiff/images.html +share/doc/tiff/images/back.gif +share/doc/tiff/images/bali.jpg +share/doc/tiff/images/cat.gif +share/doc/tiff/images/cover.jpg +share/doc/tiff/images/cramps.gif +share/doc/tiff/images/dave.gif +share/doc/tiff/images/info.gif +share/doc/tiff/images/jello.jpg +share/doc/tiff/images/jim.gif +share/doc/tiff/images/note.gif +share/doc/tiff/images/oxford.gif +share/doc/tiff/images/quad.jpg +share/doc/tiff/images/ring.gif +share/doc/tiff/images/smallliz.jpg +share/doc/tiff/images/strike.gif +share/doc/tiff/images/warning.gif share/doc/tiff/index.html share/doc/tiff/internals.html share/doc/tiff/intro.html @@ -47,21 +63,5 @@ share/doc/tiff/v3.4beta034.html share/doc/tiff/v3.4beta035.html share/doc/tiff/v3.4beta036.html share/doc/tiff/v3.5.1.html -share/doc/tiff/images/back.gif -share/doc/tiff/images/bali.jpg -share/doc/tiff/images/cat.gif -share/doc/tiff/images/cover.jpg -share/doc/tiff/images/cramps.gif -share/doc/tiff/images/dave.gif -share/doc/tiff/images/info.gif -share/doc/tiff/images/jello.jpg -share/doc/tiff/images/jim.gif -share/doc/tiff/images/note.gif -share/doc/tiff/images/oxford.gif -share/doc/tiff/images/quad.jpg -share/doc/tiff/images/ring.gif -share/doc/tiff/images/smallliz.jpg -share/doc/tiff/images/strike.gif -share/doc/tiff/images/warning.gif @dirrm share/doc/tiff/images @dirrm share/doc/tiff diff --git a/graphics/tiff/pkg-plist.nodocs b/graphics/tiff/pkg-plist.nodocs index 57d4c25b7cbf..717b733c846b 100644 --- a/graphics/tiff/pkg-plist.nodocs +++ b/graphics/tiff/pkg-plist.nodocs @@ -1,16 +1,11 @@ -lib/libtiff.a -lib/libtiff.so.4 -lib/libtiff.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/fax2tiff bin/gif2tiff bin/pal2rgb bin/ppm2tiff +bin/ras2tiff bin/rgb2ycbcr bin/thumbnail -bin/ras2tiff bin/tiff2bw bin/tiff2ps bin/tiffcmp @@ -22,3 +17,8 @@ bin/tiffmedian bin/tiffsplit include/tiff.h include/tiffio.h +lib/libtiff.a +lib/libtiff.so +lib/libtiff.so.4 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |