Have WRKSRC depend on master package name instead of PKGNAME (which inherits
PKGREVISION updates)
This commit is contained in:
parent
dbcf64bf3e
commit
b5669cd882
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 2003/02/26 04:07:50 jschauma Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2003/03/01 21:43:48 jmc Exp $
|
||||
|
||||
DISTNAME= xvier
|
||||
PKGNAME= xvier-1.0
|
||||
PKGNAME_MASTER= xvier-1.0
|
||||
PKGNAME= ${PKGNAME_MASTER}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/strategy/}
|
||||
|
@ -12,6 +13,6 @@ MAINTAINER= packages@netbsd.org
|
|||
COMMENT= four-in-a-row game
|
||||
|
||||
USE_IMAKE= YES
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME_MASTER}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue