From 02ce788453308fa5dd65d6f373f785f008ed659d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sat, 6 Oct 2012 11:47:54 +0000 Subject: [PATCH] Don't try to display a file that doesn't exist. --- misc/compat9x/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/compat9x/Makefile b/misc/compat9x/Makefile index c211ebdf28b4..da08f3c302ea 100644 --- a/misc/compat9x/Makefile +++ b/misc/compat9x/Makefile @@ -39,7 +39,4 @@ do-install: (cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${TARGET32_DIR}) .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include