mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fake fstab for compile stage, fixing build on package cluster.
PR: ports/160666 Approved by: pirzyk (maintainer) Feature safe: yes
This commit is contained in:
parent
f12d875fb0
commit
4cd8672cf9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286590
@ -16,7 +16,7 @@ MAINTAINER= pirzyk@FreeBSD.org
|
||||
COMMENT= Perl module to Retrieve list of filesystems and their properties
|
||||
|
||||
RUN_DEPENDS= p5-Params-Util>=1.0:${PORTSDIR}/devel/p5-Params-Util
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
@ -33,10 +33,9 @@ MAN3= Sys::Filesystem::Mswin32.3 \
|
||||
Sys::Filesystem::Hpux.3 \
|
||||
Sys::Filesystem::Netbsd.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
CONFIGURE_ENV+= PATH_FSTAB=${WRKDIR}/fstab.phony
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
MANUAL_PACKAGE_BUILD= accesses /etc/fstab during configure phase
|
||||
.endif
|
||||
pre-configure:
|
||||
@${TOUCH} ${WRKDIR}/fstab.phony
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user