Subject: empty PKGREVISION (was: Re: CVS commit: pkgsrc/security/sudo)
To: None <tech-pkg@NetBSD.org>
From: Roland Illig <rillig@NetBSD.org>
List: tech-pkg
Date: 10/26/2005 23:05:56
Quentin Garnier wrote:
> PKGREVISION= #empty is bad because ... ? It explicitely states
> the variable is left empty, so there is no chance it is a typo or
> something.
What is the point of defining this variable to #empty if that definition
does not change anything? Isn't that like defining
WRKSRC=${WRKDIR}/${DISTNAME}?
Maybe there's some hidden message in saying PKGREVISION=#empty that
didn't reach me yet. If so, please tell me. Currently I think it is not
necessary and it just makes the Makefiles longer than necessary.
Roland