Date: Thu, 26 Sep 2013 09:01:16 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328342 - head/astro/boinc-astropulse Message-ID: <201309260901.r8Q91GQp049065@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Thu Sep 26 09:01:16 2013 New Revision: 328342 URL: http://svnweb.freebsd.org/changeset/ports/328342 Log: Remove a now unnecessary post-install target which confuses 'make stage'. Modified: head/astro/boinc-astropulse/Makefile Modified: head/astro/boinc-astropulse/Makefile ============================================================================== --- head/astro/boinc-astropulse/Makefile Thu Sep 26 08:51:49 2013 (r328341) +++ head/astro/boinc-astropulse/Makefile Thu Sep 26 09:01:16 2013 (r328342) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309260901.r8Q91GQp049065>