From a89077da001995839c11622001598efdc1a97319 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 25 Oct 2007 17:15:07 +0000 Subject: Correct a typo to prevent /share/mime from being created. Reported by: pointyhat exp build --- www/bluefish/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/bluefish') diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 8c84f2236cb6..674fe140a44b 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -63,7 +63,7 @@ pre-everything:: @${ECHO_MSG} "" pre-install: - @${MKDIR} ${PREIX}/share/mime + @${MKDIR} ${PREFIX}/share/mime .include -- cgit