svn commit: r339845 - head/biology/protomol

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


Author: bapt
Date: Wed Jan 15 22:51:26 2014
New Revision: 339845
URL: http://svnweb.freebsd.org/changeset/ports/339845
QAT: https://qat.redports.org/buildarchive/r339845/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/biology/protomol/Makefile

Modified: head/biology/protomol/Makefile
==============================================================================
--- head/biology/protomol/Makefile	Wed Jan 15 22:50:50 2014	(r339844)
+++ head/biology/protomol/Makefile	Wed Jan 15 22:51:26 2014	(r339845)
@@ -31,7 +31,6 @@ OPTIONS_DEFINE=	GLUT
 OPTIONS_DEFAULT=	GLUT
 
 NO_STAGE=	yes
-.include <bsd.port.pre.mk>
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGLUT}
@@ -48,4 +47,4 @@ post-install:
 		${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list