fix manifest

This commit is contained in:
espie 2013-02-04 11:42:33 +00:00
parent c77b1f0cae
commit d7dd4977a8

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.3 2012/11/05 21:58:11 espie Exp $
# $OpenBSD: Makefile,v 1.4 2013/02/04 11:42:33 espie Exp $
CATEGORIES = base xenocara
COMMENT = Xenocara meta package for building
V = 2
V = 3
DISTNAME = xenocara-meta-$V
DISTFILES =
@ -213,7 +213,7 @@ NO_BUILD =
do-install:
mkdir -p ${PREFIX}/libdata/base
.for x in ${SUBCOMPONENTS:S/\//./g:C/-([0-9])/_\1/g}
@echo $x `cat /var/db/components/$x` >>${PREFIX}/libdata/base/${FULLPKGNAME}.gen
@echo $x `cat /var/db/components/xc-$x` >>${PREFIX}/libdata/base/${FULLPKGNAME}.gen
.endfor
.include <bsd.port.mk>