Date: Wed, 18 Dec 2013 17:24:51 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336851 - head/biology/t_coffee Message-ID: <201312181724.rBIHOpkq092670@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Wed Dec 18 17:24:51 2013 New Revision: 336851 URL: http://svnweb.freebsd.org/changeset/ports/336851 Log: USES=fortran, staging. Modified: head/biology/t_coffee/Makefile Modified: head/biology/t_coffee/Makefile ============================================================================== --- head/biology/t_coffee/Makefile Wed Dec 18 17:21:49 2013 (r336850) +++ head/biology/t_coffee/Makefile Wed Dec 18 17:24:51 2013 (r336851) @@ -21,22 +21,18 @@ OPTIONS_DEFINE= EXAMPLES BUILD_WRKSRC= ${WRKSRC}/t_coffee_source -USE_FORTRAN= yes +USES= fortran +CFLAGS+= -Wno-return-type MAKE_ENV= FCC="${FC} ${FFLAGS}" MAKEFILE= makefile PORTEXAMPLES= * PLIST_FILES= bin/TMalign bin/t_coffee -NO_STAGE= yes -.include <bsd.port.options.mk> - do-install: (cd ${BUILD_WRKSRC} \ - && ${INSTALL_PROGRAM} TMalign t_coffee ${PREFIX}/bin) -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - @(cd ${WRKSRC}/example && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) -.endif + && ${INSTALL_PROGRAM} TMalign t_coffee ${STAGEDIR}${PREFIX}/bin) + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/example && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312181724.rBIHOpkq092670>