5542206cba
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.
12 lines
336 B
Makefile
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"
|