svn commit: r325486 - head/net/boinc-client
Rene Ladan
rene at FreeBSD.org
Tue Aug 27 21:04:03 UTC 2013
Author: rene
Date: Tue Aug 27 21:04:02 2013
New Revision: 325486
URL: http://svnweb.freebsd.org/changeset/ports/325486
Log:
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.
Modified:
head/net/boinc-client/Makefile
Modified: head/net/boinc-client/Makefile
==============================================================================
--- head/net/boinc-client/Makefile Tue Aug 27 20:13:49 2013 (r325485)
+++ head/net/boinc-client/Makefile Tue Aug 27 21:04:02 2013 (r325486)
@@ -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
More information about the svn-ports-head
mailing list