- Add check for linprocfs before configure.

Requested by:	Tony Shadwick <tshadwick@oss-solutions.com> (maintainer)
Approved by:	sat (mentor)
This commit is contained in:
Beech Rintoul 2007-09-03 08:48:04 +00:00
parent 87466b8058
commit 209e900b99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198678

View File

@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-proc=/compat/linux/proc
MAN1= htop.1
post-install:
@${CAT} ${PKGMESSAGE}
pre-configure:
@[ -f /compat/linux/proc/stat ] || { ${CAT} ${PKGMESSAGE}; ${FALSE}; }
.include <bsd.port.mk>