From 9fa1ea118978ae7f8111b82b7df34f204788cfb3 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 18 Oct 2004 10:05:11 +0000 Subject: Derive "PKGNAME" from "DISTNAME" instead of defining it manually. --- graphics/tiff/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/tiff') diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index b283a2296d0..d92c1161aa9 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2004/10/16 22:27:40 reed Exp $ +# $NetBSD: Makefile,v 1.56 2004/10/18 10:05:11 tron Exp $ DISTNAME= tiff-v3.6.1 -PKGNAME= tiff-3.6.1 +PKGNAME= ${DISTNAME:S/-v/-/} PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/old/ -- cgit v1.2.3