svn commit: r411996 - head/devel/p5-Scope-Upper

Antoine Brodin antoine at FreeBSD.org
Sun Mar 27 16:29:01 UTC 2016


Author: antoine
Date: Sun Mar 27 16:28:59 2016
New Revision: 411996
URL: https://svnweb.freebsd.org/changeset/ports/411996

Log:
  Do not include bsd.port.pre.mk twice

Modified:
  head/devel/p5-Scope-Upper/Makefile

Modified: head/devel/p5-Scope-Upper/Makefile
==============================================================================
--- head/devel/p5-Scope-Upper/Makefile	Sun Mar 27 15:31:06 2016	(r411995)
+++ head/devel/p5-Scope-Upper/Makefile	Sun Mar 27 16:28:59 2016	(r411996)
@@ -26,4 +26,4 @@ post-install:
 BROKEN=		Fails to build after argarray removal
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list