mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- mark IGNORE when procfs is not present
This commit is contained in:
parent
df96b84c24
commit
22cc591617
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123598
@ -47,6 +47,10 @@ NO_FILTER_SHLIBS= yes
|
||||
|
||||
PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1}
|
||||
|
||||
.if !exists(/proc/1)
|
||||
IGNORE= this ports requires procfs mounted to build or run
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
.for file in config.guess config.sub install-sh
|
||||
@${CP} ${PREFIX}/System/Makefiles/${file} ${WRKSRC}
|
||||
|
Loading…
Reference in New Issue
Block a user