Don't try to display a file that doesn't exist.

This commit is contained in:
Dag-Erling Smørgrav 2012-10-06 11:47:54 +00:00
parent b17c369fad
commit 02ce788453
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305358

View File

@ -39,7 +39,4 @@ do-install:
(cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${TARGET32_DIR})
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>