Remove a now unnecessary post-install target which confuses 'make stage'.

This commit is contained in:
Rene Ladan 2013-09-26 09:01:16 +00:00
parent f795e6fb25
commit e22e3c3c0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328342

View file

@ -98,7 +98,4 @@ do-install:
${STAGEDIR}${BOINC_CLIENT_HOME}/projects/${SETI_SITE}/
.endif
post-install:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>