Moved the misplaced definition of PKGREVISION to the package Makefiles.
This commit is contained in:
parent
f9c9cd979e
commit
a4f03da9ba
3 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.8 2004/11/13 22:04:53 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2006/01/12 18:27:53 rillig Exp $
|
||||
|
||||
PKGNAME= wmx-gnome-${WMX_VERS}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES+= gnome
|
||||
COMMENT= Another X11 window manager based on wm2, with GNOME compliance
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.9 2004/06/02 15:38:00 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2006/01/12 18:27:53 rillig Exp $
|
||||
|
||||
PKGNAME= wmx-${WMX_VERS}
|
||||
PKGREVISION= 1
|
||||
COMMENT= Another X11 window manager based on wm2
|
||||
|
||||
.include "../../wm/wmx/Makefile.common"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile.common,v 1.15 2005/12/05 20:51:10 rillig Exp $
|
||||
# $NetBSD: Makefile.common,v 1.16 2006/01/12 18:27:53 rillig Exp $
|
||||
|
||||
DISTNAME= wmx-6
|
||||
WMX_VERS= 6.0
|
||||
PKGREVISION= 1
|
||||
CATEGORIES+= x11 wm
|
||||
MASTER_SITES= http://www.all-day-breakfast.com/wmx/
|
||||
|
||||
|
|
Loading…
Reference in a new issue