diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-25 17:15:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-25 17:15:07 +0000 |
commit | 39e1ccf91f98b185da5fa23e1d7d79d682edba02 (patch) | |
tree | 07cd1b5fb6fb467b30922fbfb78ae79e1ff2f55c /www/bluefish | |
parent | 257ec84a8576fb07f5e5cc908a45ad38aeecd7f3 (diff) | |
download | ports-39e1ccf91f98b185da5fa23e1d7d79d682edba02.tar.gz ports-39e1ccf91f98b185da5fa23e1d7d79d682edba02.zip |
Notes
Diffstat (limited to 'www/bluefish')
-rw-r--r-- | www/bluefish/Makefile | 2 |
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> |