Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/htop/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 30 Aug 2007 18:46:01 -0000 1.1 +++ Makefile 3 Sep 2007 07:56:13 -0000 @@ -17,7 +17,7 @@ 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