The -fvicons subpackage has always the same content and the same PKGNAME
no matter what FLAVOR is used. The same should apply to the package path. So ${FLAVOR_EXT} shouldn't be added to FULLPKGPATH. This avoids wrong package path entries in the PLIST and bulk build errors when using PLIST_DB. test & ok naddy@
This commit is contained in:
parent
0d2c9182de
commit
e8de01cffa
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2006/12/25 20:10:14 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2007/05/09 15:48:39 bernd Exp $
|
||||
|
||||
COMMENT-main= "multiple virtual desktop window manager, with icons"
|
||||
COMMENT-fvicons="multiple virtual desktop window manager icons"
|
||||
@ -7,7 +7,7 @@ COMMENT-fvwm2= "multiple virtual desktop window manager, without icons"
|
||||
VERSION= 2.4.19
|
||||
DISTNAME= fvwm-${VERSION}
|
||||
PKGNAME-main= fvwm2+fvicons-${VERSION}p0
|
||||
FULLPKGNAME-fvicons=fvicons-${VERSION}
|
||||
FULLPKGNAME-fvicons=fvicons-${VERSION}p0
|
||||
PKGNAME-fvwm2= fvwm2-${VERSION}
|
||||
CATEGORIES= x11
|
||||
|
||||
@ -58,6 +58,7 @@ CONFIGURE_ARGS+= --disable-multibyte
|
||||
PKG_ARCH-fvicons= *
|
||||
LIB_DEPENDS-fvicons=
|
||||
WANTLIB-fvicons=
|
||||
FULLPKGPATH-fvicons= ${PKGPATH},-fvicons
|
||||
|
||||
SUBST_VARS= VERSION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user