1
0
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:
Dirk Meyer 2004-12-09 23:50:28 +00:00
parent df96b84c24
commit 22cc591617
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123598

View File

@ -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}