pkgsrc/devel/electricfence/Makefile
hubertf 5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00

12 lines
336 B
Makefile

# $NetBSD: Makefile,v 1.7 2001/11/29 01:12:29 hubertf Exp $
DISTNAME= ElectricFence-2.1
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perens.com/pub/ElectricFence/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.perens.com/FreeSoftware/
COMMENT= Different kind of malloc() debugger
.include "../../mk/bsd.pkg.mk"