Derive "PKGNAME" from "DISTNAME" instead of defining it manually.
This commit is contained in:
parent
af305a07a6
commit
60f386841e
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue