svn commit: r339844 - head/biology/libsbml

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 22:50:51 UTC 2014


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>


More information about the svn-ports-all mailing list