diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-26 00:58:00 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-26 00:58:00 +0000 |
commit | e9fe749da6403c074286d5232079caf68311662f (patch) | |
tree | 98d9c5d308c8b50ff67e96fbdd4c62ad290835a3 /editors/fine | |
parent | a491d34e15ded2e7eb637547760f3b1ea7e47a97 (diff) |
Notes
Diffstat (limited to 'editors/fine')
-rw-r--r-- | editors/fine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/fine/Makefile b/editors/fine/Makefile index e669320e5b45..71bbbc2d2188 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/ |