diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-03-29 06:41:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-03-29 06:41:43 +0000 |
commit | 415ca795fc5dec594d95a279028b4878460ed1fd (patch) | |
tree | 56f2c6da784e3c67ec6134c2853a5fa8cfa2305b /graphics/tiff | |
parent | 6b507cc86bfa29de327bd88b0f3289acd7caa9af (diff) | |
download | freebsd-ports-415ca795fc5dec594d95a279028b4878460ed1fd.zip |
Change PKGNAME to "tiff-3.4a". Since we have shipped a "tiff-3.4"
package before with different contents (shlib names), a package user
can get errors if they installed a package linked against a new
libtiff.
PR: 10822
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index e72a5ac44ec3..93cf2391ffbb 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -5,11 +5,11 @@ # Mikhail Teterin <mi@aldan.ziplink.net> # Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.14 1999/01/10 17:57:37 steve Exp $ +# $Id: Makefile,v 1.15 1999/03/01 15:42:35 itojun Exp $ # DISTNAME= tiff-v3.4 -PKGNAME= tiff-3.4 +PKGNAME= tiff-3.4a CATEGORIES= graphics MASTER_SITES= ftp://ftp.sgi.com/graphics/tiff/ EXTRACT_SUFX= -tar.gz |