diff options
author | tron <tron@pkgsrc.org> | 2004-10-18 10:05:11 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-10-18 10:05:11 +0000 |
commit | 60f386841e0a897128800942171d9de8d6f54a48 (patch) | |
tree | fd473ae75db4debc6c48369a8a0cb3174493516f /graphics/tiff/Makefile | |
parent | af305a07a68737a528c619a4f6ec177313743131 (diff) | |
download | pkgsrc-60f386841e0a897128800942171d9de8d6f54a48.tar.gz |
Derive "PKGNAME" from "DISTNAME" instead of defining it manually.
Diffstat (limited to 'graphics/tiff/Makefile')
-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 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/ |