diff options
author | asami <asami@FreeBSD.org> | 1999-03-29 14:41:43 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-29 14:41:43 +0800 |
commit | 62fbb497abafa74e1490f10df73186ac00f89c31 (patch) | |
tree | 2b97dfd63477b72eb1c7ce1a8cbaa0075782e175 /graphics/tiff | |
parent | 24deda9d80fb95bb7c4459e4242b4025038e27ca (diff) | |
download | freebsd-ports-gnome-62fbb497abafa74e1490f10df73186ac00f89c31.tar.gz freebsd-ports-gnome-62fbb497abafa74e1490f10df73186ac00f89c31.tar.zst freebsd-ports-gnome-62fbb497abafa74e1490f10df73186ac00f89c31.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 |