Date: Wed, 15 Jan 2014 22:50:51 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339844 - head/biology/libsbml Message-ID: <201401152250.s0FMop1s065512@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jan 15 22:50:50 2014 New Revision: 339844 URL: http://svnweb.freebsd.org/changeset/ports/339844 QAT: https://qat.redports.org/buildarchive/r339844/ Log: Reduce over inclusion of bsd.port.mk Modified: head/biology/libsbml/Makefile Modified: head/biology/libsbml/Makefile ============================================================================== --- head/biology/libsbml/Makefile Wed Jan 15 22:50:18 2014 (r339843) +++ head/biology/libsbml/Makefile Wed Jan 15 22:50:50 2014 (r339844) @@ -24,7 +24,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER MAKE_JOBS_UNSAFE= yes NO_STAGE= yes -.include <bsd.port.pre.mk> .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPYTHON} @@ -57,4 +56,4 @@ post-install: && ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/\{} \; \ && ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${EXAMPLESDIR}/\{} \; .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401152250.s0FMop1s065512>