aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-04 07:18:53 +0800
committerbapt <bapt@FreeBSD.org>2014-01-04 07:18:53 +0800
commit80daa844c41bac58dcce768f9fb7ea83e4c766bd (patch)
tree68c16e8ad3cc7dc420f3b1954fcad5b4956365f2 /Mk
parent317579dbd0d7bf5af97f502be317ebbcf9dfccff (diff)
downloadfreebsd-ports-graphics-80daa844c41bac58dcce768f9fb7ea83e4c766bd.tar.gz
freebsd-ports-graphics-80daa844c41bac58dcce768f9fb7ea83e4c766bd.tar.zst
freebsd-ports-graphics-80daa844c41bac58dcce768f9fb7ea83e4c766bd.zip
Fix typos
Reported by: kwm
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 88d7faaa67b..1a002e95788 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -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