pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/tiff Derive "PKGNAME" from "DISTNAME" instead...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/271b3360eb4b
branches:  trunk
changeset: 482027:271b3360eb4b
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Oct 18 10:05:11 2004 +0000

description:
Derive "PKGNAME" from "DISTNAME" instead of defining it manually.

diffstat:

 graphics/tiff/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r bf6ac396765a -r 271b3360eb4b graphics/tiff/Makefile
--- a/graphics/tiff/Makefile    Mon Oct 18 09:30:18 2004 +0000
+++ b/graphics/tiff/Makefile    Mon Oct 18 10:05:11 2004 +0000
@@ -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/



Home | Main Index | Thread Index | Old Index