diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/htop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index 251ab6c40f36..ef5ee306be50 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -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> |