From 55f5b6ceb6fb8e7f1d9750be391a15d10c0ce178 Mon Sep 17 00:00:00 2001 From: cpiazza Date: Thu, 26 Aug 1999 00:58:00 +0000 Subject: Fix a typo (PREIFX -> PREFIX) that prevented this from actually installing. --- editors/fine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/fine/Makefile b/editors/fine/Makefile index e669320e5b4..71bbbc2d218 100644 --- a/editors/fine/Makefile +++ b/editors/fine/Makefile @@ -19,7 +19,7 @@ USE_QT= yes WRKSRC= ${WRKDIR}/fine do-install: - @${MKDIR} ${PREIFX}/share/fine + @${MKDIR} ${PREFIX}/share/fine ${INSTALL_DATA} ${WRKSRC}/.editor ${PREFIX}/share/fine/editor .for template in C++.template LaTeX.template h.template html.template ${INSTALL_DATA} ${WRKSRC}/${template} ${PREFIX}/share/fine/ -- cgit