Move common file location difinitions to Makefile.common.
This commit is contained in:
parent
a7a7bda5c2
commit
6ddfdb4167
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.8 2011/06/18 05:46:01 obache Exp $
|
||||
# $NetBSD: Makefile.common,v 1.9 2011/06/18 05:52:17 obache Exp $
|
||||
# used by wip/ja-freewnn-server/Makefile
|
||||
# used by wip/ja-freewnn-lib/Makefile
|
||||
|
||||
|
@ -18,6 +18,10 @@ USE_LIBTOOL= YES
|
|||
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
FILESDIR= ${.CURDIR}/../../wip/ja-freewnn-lib/files
|
||||
DISTINFO_FILE= ${.CURDIR}/../../wip/ja-freewnn-lib/distinfo
|
||||
PATCHDIR= ${.CURDIR}/../../wip/ja-freewnn-lib/patches
|
||||
|
||||
# will be taka care with pkg INSTALL script
|
||||
INSTALL_MAKE_FLAGS+= WNNTOUCH=${TRUE}
|
||||
INSTALL_MAKE_FLAGS+= WNNOWNER=${ROOT_USER}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2011/06/18 05:46:02 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2011/06/18 05:52:17 obache Exp $
|
||||
|
||||
.include "../../wip/ja-freewnn-lib/Makefile.common"
|
||||
|
||||
|
@ -21,10 +21,6 @@ INSTALL_TARGET= install install.man
|
|||
|
||||
RCD_SCRIPTS= ja_freewnn
|
||||
|
||||
FILESDIR= ${.CURDIR}/../ja-freewnn-lib/files
|
||||
DISTINFO_FILE= ${.CURDIR}/../ja-freewnn-lib/distinfo
|
||||
PATCHDIR= ${.CURDIR}/../ja-freewnn-lib/patches
|
||||
|
||||
BUILD_DEFS= FREEWNN_USER FREEWNN_GROUP
|
||||
|
||||
FREEWNN_USER= wnn
|
||||
|
|
Loading…
Reference in a new issue