svn commit: r313843 - head/www/vtiger

Chris Rees crees at FreeBSD.org
Sun Mar 10 21:19:33 UTC 2013


Author: crees
Date: Sun Mar 10 21:19:32 2013
New Revision: 313843
URL: http://svnweb.freebsd.org/changeset/ports/313843

Log:
  Should not include bsd.port.mk with bsd.port.pre.mk

Modified:
  head/www/vtiger/Makefile

Modified: head/www/vtiger/Makefile
==============================================================================
--- head/www/vtiger/Makefile	Sun Mar 10 21:18:01 2013	(r313842)
+++ head/www/vtiger/Makefile	Sun Mar 10 21:19:32 2013	(r313843)
@@ -111,4 +111,4 @@ create-plist:
 	@${FIND} -ds ${WRKSRC} -type d \
 		| ${SED} -e 's,^${WRKSRC}, at dirrm %%WWWDIR%%,' >> ${PLIST}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list