Give this a fake empty fstab file to play with during configure.
From FreeBSD. Thanks to Mark Linimon for the reference.
This commit is contained in:
parent
6685c6c078
commit
827cea3310
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2011/08/14 14:52:51 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2012/06/16 09:45:01 dholland Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Sys-Filesystem-1.30
|
||||
|
@ -24,5 +24,10 @@ PERL5_MODULE_TYPE= Module::Build
|
|||
#pre-configure:
|
||||
# ${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f
|
||||
|
||||
CONFIGURE_ENV+= PATH_FSTAB=${WRKDIR}/fstab.phony
|
||||
|
||||
pre-configure:
|
||||
${TOUCH} ${WRKDIR}/fstab.phony
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue