diff options
author | rene <rene@FreeBSD.org> | 2013-09-24 19:57:39 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-09-24 19:57:39 +0800 |
commit | 2d11967ef1218531e5f5cb95c1778638ba2860a0 (patch) | |
tree | bdc223f0e47945fab9132e6e91c29d08408aad24 /astro | |
parent | 2b6cc8c51ded96bed7789d0c295eff90dbe441e3 (diff) | |
download | freebsd-ports-gnome-2d11967ef1218531e5f5cb95c1778638ba2860a0.tar.gz freebsd-ports-gnome-2d11967ef1218531e5f5cb95c1778638ba2860a0.tar.zst freebsd-ports-gnome-2d11967ef1218531e5f5cb95c1778638ba2860a0.zip |
Remove a now useless post-install target
Submitted by: bapt via irc
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome-v7/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/astro/boinc-setiathome-v7/Makefile b/astro/boinc-setiathome-v7/Makefile index e1d6be4d24c8..913898dad6f6 100644 --- a/astro/boinc-setiathome-v7/Makefile +++ b/astro/boinc-setiathome-v7/Makefile @@ -110,7 +110,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> |