aboutsummaryrefslogtreecommitdiffstats
path: root/www/bluefish
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-10-26 01:15:07 +0800
committermarcus <marcus@FreeBSD.org>2007-10-26 01:15:07 +0800
commita89077da001995839c11622001598efdc1a97319 (patch)
tree128168bdd2040bec859639698b02b9d01772d147 /www/bluefish
parentfb482ac8bfd706bfaba8c8f589470379ad4deb8b (diff)
downloadfreebsd-ports-gnome-a89077da001995839c11622001598efdc1a97319.tar.gz
freebsd-ports-gnome-a89077da001995839c11622001598efdc1a97319.tar.zst
freebsd-ports-gnome-a89077da001995839c11622001598efdc1a97319.zip
Correct a typo to prevent /share/mime from being created.
Reported by: pointyhat exp build
Diffstat (limited to 'www/bluefish')
-rw-r--r--www/bluefish/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk>