[Midnightbsd-cvs] mports: Makefile: use bsd.mport.options.mk

ctriv at midnightbsd.org ctriv at midnightbsd.org
Thu Oct 30 12:22:30 EDT 2008


Log Message:
-----------
use bsd.mport.options.mk

Modified Files:
--------------
    mports/net/boinc-client:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/boinc-client/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L net/boinc-client/Makefile -L net/boinc-client/Makefile -u -r1.1 -r1.2
--- net/boinc-client/Makefile
+++ net/boinc-client/Makefile
@@ -42,7 +42,7 @@
 OPTIONS=	X11 "Build Boinc Manager GUI" on \
 		ALT "Accept Linux science applications" off
 
-.include <bsd.port.pre.mk>
+.include <bsd.mport.options.mk>
 
 .if !defined(WITHOUT_X11)
 USE_XORG=	x11
@@ -65,6 +65,8 @@
 USE_LINUX=	yes
 .endif
 
+.include <bsd.port.pre.mk>
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|gui_rpc_auth.cfg|${BOINC_HOME}/gui_rpc_auth.cfg|g' \
 		${WRKSRC}/client/file_names.h ${WRKSRC}/lib/boinc_cmd.C \
@@ -79,6 +81,5 @@
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/version.h ${PREFIX}/include/BOINC
-	@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 
 .include <bsd.port.post.mk>


More information about the Midnightbsd-cvs mailing list