svn commit: r339846 - head/biology/ruby-bio

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 22:52:28 UTC 2014


Author: bapt
Date: Wed Jan 15 22:52:28 2014
New Revision: 339846
URL: http://svnweb.freebsd.org/changeset/ports/339846
QAT: https://qat.redports.org/buildarchive/r339846/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/biology/ruby-bio/Makefile

Modified: head/biology/ruby-bio/Makefile
==============================================================================
--- head/biology/ruby-bio/Makefile	Wed Jan 15 22:51:26 2014	(r339845)
+++ head/biology/ruby-bio/Makefile	Wed Jan 15 22:52:28 2014	(r339846)
@@ -22,7 +22,6 @@ USE_RUBY=	yes
 USE_RUBY_SETUP=	yes
 
 NO_STAGE=	yes
-.include <bsd.port.pre.mk>
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MXMLPARSER}
@@ -62,4 +61,4 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/doc/*.rd.ja ${RUBY_MODDOCDIR}/ja/
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list