diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-08-27 21:04:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-08-27 21:04:02 +0000 |
commit | 67de43ec0a6c6579123f2d99c273188e02a628c8 (patch) | |
tree | 7dc2f3a74df02d6867a0ffd62eac766da072618a /net/boinc-client | |
parent | 0f5d7243303b8bcc7358797ff3ca585e09b6bcf7 (diff) | |
download | ports-67de43ec0a6c6579123f2d99c273188e02a628c8.tar.gz ports-67de43ec0a6c6579123f2d99c273188e02a628c8.zip |
Notes
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 |