diff options
author | rene <rene@FreeBSD.org> | 2013-08-28 05:04:02 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-08-28 05:04:02 +0800 |
commit | 4f5fd5526bc6cad9472ea2cab47e2d17bd7aad6f (patch) | |
tree | 7dc2f3a74df02d6867a0ffd62eac766da072618a /net/boinc-client | |
parent | 8b0cbb251a46534ae8e8eda0f51551e263879c3e (diff) | |
download | freebsd-ports-gnome-4f5fd5526bc6cad9472ea2cab47e2d17bd7aad6f.tar.gz freebsd-ports-gnome-4f5fd5526bc6cad9472ea2cab47e2d17bd7aad6f.tar.zst freebsd-ports-gnome-4f5fd5526bc6cad9472ea2cab47e2d17bd7aad6f.zip |
The pre-install target of pkg-install is now part of post-install, so
adjust Makefile accordingly.
Missed this in the one-to-last commit.
Diffstat (limited to 'net/boinc-client')
-rw-r--r-- | net/boinc-client/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index 0175a800f991..0a809393bc75 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -145,12 +145,10 @@ post-patch: @${REINPLACE_CMD} -e 's|@BUILD_GRAPHICS_API_TRUE@|#&|' ${WRKSRC}/api/Makefile.in .endif -pre-install: +post-install: .if ${PORT_OPTIONS:MUSER} - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL + @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif - -post-install: .if ${PORT_OPTIONS:MMANAGER} ${MKDIR} ${PREFIX}/share/boinc ${MKDIR} ${LOCALBASE}/share/pixmaps |