diff options
-rw-r--r-- | misc/compat9x/Makefile | 3 |
1 files changed, 0 insertions, 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 <bsd.port.post.mk> |