svn commit: r338594 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Fri Jan 3 23:18:54 UTC 2014


Author: bapt
Date: Fri Jan  3 23:18:53 2014
New Revision: 338594
URL: http://svnweb.freebsd.org/changeset/ports/338594

Log:
  Fix typos
  
  Reported by:	kwm

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Jan  3 23:12:57 2014	(r338593)
+++ head/Mk/bsd.port.mk	Fri Jan  3 23:18:53 2014	(r338594)
@@ -1560,7 +1560,7 @@ WWWGRP?=	www
 .if !defined(BEFOREPORTMK) && !defined(INOPTIONSMK)
 
 .if defined(_POSTMKINCLUDED)
-DEV_ERORR=	"${PKGNAME}: Makefile error: you cannot include bsd.port[.post].mk twice"
+DEV_ERROR+=	"${PKGNAME}: Makefile error: you cannot include bsd.port[.post].mk twice"
 	@${FALSE}
 .endif
 


More information about the svn-ports-all mailing list