aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-09-26 17:01:16 +0800
committerrene <rene@FreeBSD.org>2013-09-26 17:01:16 +0800
commitc3d5a0e7f981f0e8ed040a9a912d47f15efdfcbb (patch)
treea0eeee72266450aa7fe02a8fac2f33a786d0f26c /astro
parent911a5fddd390b346dea2548df9df6a906577be90 (diff)
downloadfreebsd-ports-gnome-c3d5a0e7f981f0e8ed040a9a912d47f15efdfcbb.tar.gz
freebsd-ports-gnome-c3d5a0e7f981f0e8ed040a9a912d47f15efdfcbb.tar.zst
freebsd-ports-gnome-c3d5a0e7f981f0e8ed040a9a912d47f15efdfcbb.zip
Remove a now unnecessary post-install target which confuses 'make stage'.
Diffstat (limited to 'astro')
-rw-r--r--astro/boinc-astropulse/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile
index f7fb067a59b5..8ba87558ccba 100644
--- a/astro/boinc-astropulse/Makefile
+++ b/astro/boinc-astropulse/Makefile
@@ -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>