diff options
author | rene <rene@FreeBSD.org> | 2013-09-26 17:01:16 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-09-26 17:01:16 +0800 |
commit | c3d5a0e7f981f0e8ed040a9a912d47f15efdfcbb (patch) | |
tree | a0eeee72266450aa7fe02a8fac2f33a786d0f26c /astro | |
parent | 911a5fddd390b346dea2548df9df6a906577be90 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |