diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 18:48:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 18:48:02 +0800 |
commit | a8c06149e5158eafa30980b35685f740cdec1af3 (patch) | |
tree | 68c9fd7effa302b4cf99ebe21b0ddeef139a874e /graphics/tiff | |
parent | e1fa988021605b6f3e83056e005e6e5e549b9a94 (diff) | |
download | freebsd-ports-gnome-a8c06149e5158eafa30980b35685f740cdec1af3.tar.gz freebsd-ports-gnome-a8c06149e5158eafa30980b35685f740cdec1af3.tar.zst freebsd-ports-gnome-a8c06149e5158eafa30980b35685f740cdec1af3.zip |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 3f63c271fb6c..196885c21e6d 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: tiff -# Version required: 3.5.5 # Date created: 8 October 1996 # Whom: Richard Hwang <rhwang@bigpanda.com> # Mikhail Teterin <mi@aldan.algebra.com> @@ -8,11 +7,12 @@ # $FreeBSD$ # -DISTNAME= tiff-v3.5.5 -PKGNAME= tiff-3.5.5 +PORTNAME= tiff +PORTVERSION= 3.5.5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.onshore.com/pub/libtiff/ \ http://www.libtiff.org/ +DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= ports@FreeBSD.org |