Create config subdirs. Noticed by wiz@
This commit is contained in:
parent
3ea8195c3c
commit
083ff8c03d
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.62 2008/02/16 15:53:14 kefren Exp $
|
||||
# $NetBSD: Makefile,v 1.63 2008/02/18 11:58:56 kefren Exp $
|
||||
|
||||
DISTNAME= mono-${MONO_VERSION}
|
||||
CATEGORIES= lang
|
||||
|
@ -85,6 +85,10 @@ CONF_FILES+= ${EGDIR}/2.0/machine.config \
|
|||
CONF_FILES+= ${EGDIR}/mconfig/config.xml \
|
||||
${PKG_SYSCONFDIR}/mono/mconfig/config.xml
|
||||
|
||||
MAKE_DIRS+= ${PKG_SYSCONFDIR}/mono/1.0
|
||||
MAKE_DIRS+= ${PKG_SYSCONFDIR}/mono/2.0
|
||||
MAKE_DIRS+= ${PKG_SYSCONFDIR}/mono/mconfig
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
SUBST_CLASSES+= fix-prefix
|
||||
|
|
Loading…
Reference in a new issue