pkgsrc/net/wmnet/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

14 lines
341 B
Makefile

# $NetBSD: Makefile,v 1.6 2001/11/29 01:12:44 hubertf Exp $
DISTNAME= wmnet-1.06
PKGREVISION= 2
CATEGORIES= net x11
MASTER_SITES= http://www.digitalkaos.net/linux/wmnet/download/
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.digitalkaos.net/linux/wmnet/
COMMENT= dockable network monitor
USE_IMAKE= YES
.include "../../mk/bsd.pkg.mk"